mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 14:48:43 +13:00
Fix crash when losing to Yujirou
The reason was because not all the infrastructure for an actual battle was set up - this fixes it. It still has some strange text that appears though. Also did some minor optimisations on the Vermillion Dock stuff - I think the direction I am taking Faraway Island will work. However, something in that script causes any and all special warps to crash in some way. I am not sure what it is that does it.
This commit is contained in:
parent
9015062b0a
commit
3ef4cea23d
5 changed files with 18 additions and 22 deletions
|
|
@ -16,7 +16,7 @@ ViridianPreGym_Object:
|
|||
def_object_events
|
||||
object_event 6, 9, SPRITE_GIRL, STAY, LEFT, 1, OPP_STUDENT, 1 ; person, Trainer 1
|
||||
object_event 3, 8, SPRITE_GIRL, STAY, RIGHT, 2, OPP_STUDENT, 2 ; person, Trainer 2
|
||||
object_event 5, 2, SPRITE_YOUNGSTER, STAY, NONE, 3 ; person, Yujirou
|
||||
object_event 5, 2, SPRITE_YOUNGSTER, STAY, NONE, 3, OPP_YUJIROU, 1 ; person, Yujirou
|
||||
object_event 1, 6, SPRITE_GYM_GUIDE, STAY, DOWN, 4 ; person
|
||||
|
||||
def_warps_to VIRIDIAN_PRE_GYM
|
||||
Loading…
Add table
Add a link
Reference in a new issue