Bug fixes

- Fixes a bug where the Game Corner poster would pretend to be an Arbok. Very effective disguise.
- Fixes some text in Celadon University that would simply look odd. I need to use hyphens more, the rest of the game does it!
- Decapitalised the "normal-type" in Viridian Pre-Gym to match the rest of the game.
- Changed some SFX cues to use the level-up sound, but it's clearly crysaudio that causes this. Will talk with Dannye.
This commit is contained in:
Llinos Evans 2023-06-12 12:48:08 +01:00
parent 98110eddc8
commit 62059aafd5
7 changed files with 14 additions and 15 deletions

View file

@ -56,7 +56,7 @@ CeladonGameCornerScript1:
jp z, CeladonGameCornerScript_48c07
ld a, $f0
ld [wJoyIgnore], a
ld a, $d
ld a, $e ; was d, accounting for arbok
ldh [hSpriteIndexOrTextID], a
call DisplayTextID
ld a, $b
@ -128,9 +128,9 @@ GameCorner_TextPointers:
dw CeladonGameCornerText9
dw CeladonGameCornerText10
dw CeladonGameCornerText11
dw GameCornerArbok
dw CeladonGameCornerText12
dw CeladonGameCornerText13
dw GameCornerArbok
CeladonGameCornerText1:
text_far _CeladonGameCornerText1