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.
22 lines
595 B
NASM
22 lines
595 B
NASM
CinnabarLab_Object:
|
|
db $17 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 3
|
|
warp_event 3, 7, LAST_MAP, 3
|
|
warp_event 8, 4, CINNABAR_LAB_TRADE_ROOM, 1
|
|
warp_event 12, 4, CINNABAR_LAB_METRONOME_ROOM, 1
|
|
warp_event 16, 4, CINNABAR_LAB_FOSSIL_ROOM, 1
|
|
|
|
def_bg_events
|
|
bg_event 3, 2, 3 ; Lab1Text2
|
|
bg_event 9, 4, 4 ; Lab1Text3
|
|
bg_event 13, 4, 5 ; Lab1Text4
|
|
bg_event 17, 4, 6 ; Lab1Text5
|
|
|
|
def_object_events
|
|
object_event 1, 3, SPRITE_FISHING_GURU, STAY, NONE, 1 ; person
|
|
object_event 11, 6, SPRITE_SCIENTIST, WALK, ANY_DIR, 2 ; person
|
|
|
|
def_warps_to CINNABAR_LAB
|