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
516 B
NASM
19 lines
516 B
NASM
GameCornerPrizeRoom_Object:
|
|
db $f ; border block
|
|
|
|
def_warp_events
|
|
warp_event 4, 7, LAST_MAP, 10
|
|
warp_event 5, 7, LAST_MAP, 10
|
|
|
|
def_bg_events
|
|
bg_event 2, 2, 3 ; CeladonPrizeRoomText3
|
|
bg_event 4, 2, 4 ; CeladonPrizeRoomText4
|
|
bg_event 6, 2, 5 ; CeladonPrizeRoomText5
|
|
bg_event 8, 2, 6 ; CeladonPrizeRoomText6
|
|
|
|
def_object_events
|
|
object_event 1, 4, SPRITE_BALDING_GUY, STAY, NONE, 1 ; person
|
|
object_event 7, 4, SPRITE_GAMBLER, WALK, LEFT_RIGHT, 2 ; person
|
|
|
|
def_warps_to GAME_CORNER_PRIZE_ROOM
|