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

- Added another counter to the Game Corner prize room, adding Abra, Clefairy and Dratini back as prizes. - Fixed Thorn Avery's and Zeta Null's names in the credits - Small map changes to postgame areas - Polished the new dex entries again - Mewtwo no longer gets Waterfall and Roar from tradebacks - Fixed a bug where you couldn't surf in the water on the Ferry tileset - Gave Giovanni's room the same palette as Rocket HQ - Minor text fixes - Fixed an issue where LAST_MAP wouldn't update when sailing to Citrine
19 lines
567 B
NASM
19 lines
567 B
NASM
CopycatsHouse2F_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 7, 1, COPYCATS_HOUSE_1F, 3
|
|
|
|
def_bg_events
|
|
bg_event 3, 5, 6 ; CopycatsHouse2FText6
|
|
bg_event 0, 1, 7 ; CopycatsHouse2FText7
|
|
|
|
def_object_events
|
|
object_event 4, 3, SPRITE_BRUNETTE_GIRL, WALK, ANY_DIR, 1 ; person
|
|
object_event 0, 6, SPRITE_SEEL, STAY, RIGHT, 2 ; person
|
|
object_event 5, 1, SPRITE_MONSTER, STAY, DOWN, 3 ; person
|
|
object_event 1, 2, SPRITE_BIRD, STAY, DOWN, 4 ; person
|
|
object_event 4, 6, SPRITE_FAIRY, STAY, LEFT, 5 ; person
|
|
|
|
def_warps_to COPYCATS_HOUSE_2F
|