mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 14:48:43 +13:00
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:
parent
98110eddc8
commit
62059aafd5
7 changed files with 14 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue