mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-15 19:54:24 +13:00
gzap minor tweaks
Moved gzap near the start to begin the quest. Fixed a text issue where it should have been "done". Saves an A press.
This commit is contained in:
parent
c356ee81f5
commit
f1c8a3bdbb
|
@ -11,6 +11,6 @@ BrunswickTrail_Object:
|
|||
def_object_events
|
||||
object_event 23, 11, SPRITE_FAKE_TREE, STAY, NONE, 1, CACTUS, 60 | OW_POKEMON ; person
|
||||
object_event 37, 23, SPRITE_BRUNETTE_GIRL, STAY, DOWN, 2 ; person
|
||||
object_event 40, 6, SPRITE_BIRD, STAY, UP, 3 ; person
|
||||
object_event 50, 16, SPRITE_BIRD, WALK, LEFT_RIGHT, 3 ; person
|
||||
|
||||
def_warps_to BRUNSWICK_TRAIL
|
||||
|
|
|
@ -102,7 +102,7 @@ GZapFound:
|
|||
GZapRunText:
|
||||
text "It ran off"
|
||||
line "somewhere..."
|
||||
prompt
|
||||
done
|
||||
text_end
|
||||
|
||||
BirdTextCall:
|
||||
|
|
Loading…
Reference in a new issue