mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 14:18:34 +13:00
Charmander & Rod House move
This adds Damien, the Charmander trainer, with text changed to be more accurate to his character. I've also moved the Pewter Rod House nearby, as it makes more sense for it to be in the Water-type area. However, it seems to load oddly. I have also integrated the Pikachu/Eevee Mode more, with architecture that it can make it more easily modified. This'll come into play for the Squirtle event. I have also erased further misinformation the game gives about burns, and changed the Viridian Pre-Gym accordingly, to talk about confusion, which lacks a Trainer Tips sign.
This commit is contained in:
parent
c716be39da
commit
a3c81c549c
18 changed files with 187 additions and 26 deletions
|
|
@ -4,7 +4,7 @@
|
|||
const_def
|
||||
const EVENT_FOLLOWED_OAK_INTO_LAB
|
||||
const EVENT_GOT_BULBASAUR
|
||||
const EVENT_GOT_CHARMANDER
|
||||
const EVENT_54F ; Charmander
|
||||
const EVENT_HALL_OF_FAME_DEX_RATING
|
||||
const EVENT_GOT_SQUIRTLE
|
||||
const EVENT_PALLET_AFTER_GETTING_POKEBALLS
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ DEF SHOW EQU $15
|
|||
const HS_ROUTE_22_RIVAL_2 ; 24
|
||||
const HS_NUGGET_BRIDGE_GUY ; 25
|
||||
const HS_ROUTE_24_ITEM ; 26 X
|
||||
const HS_DAMIEN ; FC
|
||||
const HS_ROUTE_25_ITEM ; 27 X
|
||||
const HS_CACTUS ; 28
|
||||
const HS_BRUNSWICK_ZAPDOS_G_1 ; 29
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue