mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 06:08:57 +13:00
Bug Fixes & Enhancements
- Most, if not all, Silph Co. warps have been fixed. Inappropriate ones have been removed. - The Metal Coat can now be found where one corrupted Silph Co. warp was to fill dead space, and another is in the Power Plant, replacing Carbos. - Bill now trades you Hisuian Arcanine after being saved. - Bill's Grandfather now trades you Hisuian Electrode. Had to remove Crinkles, but Tangela is literally right next to Cinnabar, c'mon lol - Toedscool can now be found behind Pallet Town, replacing Gloom and Weepinbell, making it more focused. - Now you can't run from Omega! May expand this to more Pokemon depending on feedback and whether it's ok on processing. Main concern is making the run button too laggy - it raised some eyebrows.
This commit is contained in:
parent
6da8a703ab
commit
dadd7ee6a6
21 changed files with 192 additions and 46 deletions
|
|
@ -28,7 +28,7 @@ DEF SLOTS_SOMEONESKEYS EQU $ff
|
|||
const TRADE_FOR_JIMBO
|
||||
const TRADE_FOR_MICHELLE
|
||||
const TRADE_FOR_JENNY
|
||||
const TRADE_FOR_CRINKLES
|
||||
; const TRADE_FOR_CRINKLES - removed due to a new limit being found w/ electrode-h
|
||||
const TRADE_FOR_RICKY
|
||||
const TRADE_WITH_SELF ; Celadon University
|
||||
const TRADE_FOR_RATICATE_A ; LGPE Trade references - Viridian
|
||||
|
|
@ -51,6 +51,8 @@ DEF SLOTS_SOMEONESKEYS EQU $ff
|
|||
const TRADE_FOR_MR_RIME
|
||||
const TRADE_FOR_PERRSERKER
|
||||
const TRADE_FOR_SIRFETCHD
|
||||
const TRADE_FOR_ARCANINE_H
|
||||
const TRADE_FOR_ELECTRODE_H
|
||||
DEF NUM_NPC_TRADES EQU const_value
|
||||
|
||||
; in game trade dialog sets
|
||||
|
|
@ -61,9 +63,11 @@ DEF NUM_NPC_TRADES EQU const_value
|
|||
const TRADE_DIALOGSET_HAPPY
|
||||
const TRADE_DIALOGSET_SELF
|
||||
const TRADE_DIALOGSET_REGION ; consistency with LGPE
|
||||
const TRADE_DIALOGSET_TAUROSC ; Fighting Tauros lovers
|
||||
const TRADE_DIALOGSET_TAUROSC ; Fighting Tauros Brothers!
|
||||
const TRADE_DIALOGSET_TAUROSA
|
||||
const TRADE_DIALOGSET_TAUROSB
|
||||
const TRADE_DIALOGSET_BILL
|
||||
const TRADE_DIALOGSET_GRAMPS
|
||||
|
||||
; badges
|
||||
; wObtainedBadges and wBeatGymFlags bits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue