this is a commit.

- 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
This commit is contained in:
Martha Schilling 2023-12-02 16:02:40 +00:00
parent 0fb953c155
commit 19c4bec9ee
28 changed files with 142 additions and 100 deletions

View file

@ -43,14 +43,14 @@ CeruleanGymMistyPostBattle:
ld [wJoyIgnore], a
CeruleanGymReceiveTM11:
ld a, $7
ld a, $6
ldh [hSpriteIndexOrTextID], a
call DisplayTextID
SetEvent EVENT_BEAT_MISTY
lb bc, TM_BUBBLEBEAM, 1
call GiveItem
jr nc, .BagFull
ld a, $6
ld a, $7
ldh [hSpriteIndexOrTextID], a
call DisplayTextID
SetEvent EVENT_GOT_TM11

View file

@ -1,4 +1,6 @@
CitrineFerryDock_Script:
ld a, CITRINE_CITY
ld [wLastMap], a
jp EnableAutoTextBoxDrawing
CitrineFerryDock_TextPointers:

View file

@ -7,6 +7,7 @@ GameCornerPrizeRoom_TextPointers:
dw CeladonPrizeRoomText3
dw CeladonPrizeRoomText3
dw CeladonPrizeRoomText3
dw CeladonPrizeRoomText3
CeladonPrizeRoomText1:
text_far _CeladonPrizeRoomText1

View file

@ -778,6 +778,9 @@ OmegaText:
OmegaBattleText:
text_far _OmegaBattleText
text_asm
ld a, OMEGADGE
call PlayCry
call WaitForSoundToFinish
jp TextScriptEnd
Omega2Text:

View file

@ -1,4 +1,6 @@
VermilionFerryDock_Script:
ld a, VERMILION_CITY
ld [wLastMap], a
jp EnableAutoTextBoxDrawing
VermilionFerryDock_TextPointers: