mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

Credit to ViWalls for discovering most of these bugs in his playtest: - Citrine City's theme has been made slightly louder. - The book in Mr. Fuji's house had difficulties working properly, so it's been removed for now. - Fixed issues where Silph Co. and the Fishing Rod house displayed incorrectly on the Town Map. - Removed the unnecessary sign outside Celadon University. - Fixed an issue where 2 NPCs in Cinnabar Lab and Pokemon Mansion, respectively, had incorrect text. - Fixed a text issue in Pokemon Mansion where the final Mewtwo log would display incorrectly. - Altered a piece of text in the secret area of Pokemon Mansion to avoid a text box error since the idea we had in mind for it was scrapped. - Fixed a text issue in Viridian Pre-Gym where the text for the right-side poster overflowed past the edge of the textbox.
21 lines
822 B
NASM
21 lines
822 B
NASM
Route24_Object:
|
|
db $2c ; border block
|
|
|
|
def_warp_events
|
|
warp_event 5, 5, ROUTE_12_SUPER_ROD_HOUSE, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 11, 15, SPRITE_COOLTRAINER_M, STAY, LEFT, 1, OPP_ROCKET, 6
|
|
object_event 5, 20, SPRITE_COOLTRAINER_M, STAY, UP, 2, OPP_JR_TRAINER_M, 2
|
|
object_event 11, 19, SPRITE_COOLTRAINER_M, STAY, LEFT, 3, OPP_JR_TRAINER_M, 3
|
|
object_event 10, 22, SPRITE_COOLTRAINER_F, STAY, RIGHT, 4, OPP_LASS, 7
|
|
object_event 11, 25, SPRITE_YOUNGSTER, STAY, LEFT, 5, OPP_YOUNGSTER, 4
|
|
object_event 10, 28, SPRITE_COOLTRAINER_F, STAY, RIGHT, 6, OPP_LASS, 8
|
|
object_event 11, 31, SPRITE_YOUNGSTER, STAY, LEFT, 7, OPP_BUG_CATCHER, 9
|
|
object_event 15, 21, SPRITE_POKE_BALL, STAY, NONE, 8, TM_THUNDER_WAVE
|
|
object_event 9, 5, SPRITE_COOLTRAINER_M, STAY, DOWN, 9 ; Damien
|
|
|
|
def_warps_to ROUTE_24
|