From f1c8a3bdbba98d04be52f6aa94a4cf723a521075 Mon Sep 17 00:00:00 2001 From: Llinos Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Sun, 18 Jun 2023 10:09:39 +0100 Subject: [PATCH] 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. --- data/maps/objects/BrunswickTrail.asm | 2 +- scripts/BrunswickTrail.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/maps/objects/BrunswickTrail.asm b/data/maps/objects/BrunswickTrail.asm index 483e1f51..f0a651f5 100644 --- a/data/maps/objects/BrunswickTrail.asm +++ b/data/maps/objects/BrunswickTrail.asm @@ -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 diff --git a/scripts/BrunswickTrail.asm b/scripts/BrunswickTrail.asm index 432e3e07..c20ef2f6 100644 --- a/scripts/BrunswickTrail.asm +++ b/scripts/BrunswickTrail.asm @@ -102,7 +102,7 @@ GZapFound: GZapRunText: text "It ran off" line "somewhere..." - prompt + done text_end BirdTextCall: