mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 06:38:40 +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
|
|
@ -7,7 +7,7 @@ GameCorner_Object:
|
|||
warp_event 17, 4, ROCKET_HIDEOUT_B1F, 2
|
||||
|
||||
def_bg_events
|
||||
bg_event 9, 4, 12 ; CeladonGameCornerText12
|
||||
bg_event 9, 4, 13 ; CeladonGameCornerText12
|
||||
|
||||
def_object_events
|
||||
object_event 2, 6, SPRITE_BEAUTY, STAY, DOWN, 1 ; person
|
||||
|
|
@ -21,6 +21,6 @@ GameCorner_Object:
|
|||
object_event 14, 11, SPRITE_CLERK, STAY, LEFT, 9 ; person
|
||||
object_event 17, 13, SPRITE_GENTLEMAN, STAY, RIGHT, 10 ; person
|
||||
object_event 9, 5, SPRITE_ROCKET, STAY, UP, 11, OPP_ROCKET, 7
|
||||
object_event 6, 6, SPRITE_ARBOK, STAY, DOWN, 14 ; Arbok attendant
|
||||
object_event 6, 6, SPRITE_ARBOK, STAY, DOWN, 12 ; Arbok attendant
|
||||
|
||||
def_warps_to GAME_CORNER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue