mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 02:13:23 +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
22 lines
427 B
NASM
22 lines
427 B
NASM
GameCornerPrizeRoom_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
GameCornerPrizeRoom_TextPointers:
|
|
dw CeladonPrizeRoomText1
|
|
dw CeladonPrizeRoomText2
|
|
dw CeladonPrizeRoomText3
|
|
dw CeladonPrizeRoomText3
|
|
dw CeladonPrizeRoomText3
|
|
dw CeladonPrizeRoomText3
|
|
|
|
CeladonPrizeRoomText1:
|
|
text_far _CeladonPrizeRoomText1
|
|
text_end
|
|
|
|
CeladonPrizeRoomText2:
|
|
text_far _CeladonPrizeRoomText2
|
|
text_end
|
|
|
|
CeladonPrizeRoomText3:
|
|
script_prize_vendor
|