summaryrefslogtreecommitdiff
path: root/maps/Route3.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-13 00:16:35 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-13 00:18:01 -0400
commit249bad9551b1c9c29fd64bc36486eb6612427c3b (patch)
treeaacf2ba7dec9373ff53ae23ff244cfa27ecb3e6c /maps/Route3.asm
parentd282fe479994cb84980604706510ae0b03664c9c (diff)
Replace EVENT_ALWAYS_THERE with -1
Diffstat (limited to 'maps/Route3.asm')
-rw-r--r--maps/Route3.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route3.asm b/maps/Route3.asm
index aa2200915..e9b310003 100644
--- a/maps/Route3.asm
+++ b/maps/Route3.asm
@@ -207,7 +207,7 @@ Route3_MapEventHeader:
; people-events
db 4
- person_event SPRITE_FISHER, 16, 30, $7, $0, 255, 255, $82, 2, TrainerFirebreatherOtis, EVENT_ALWAYS_THERE
- person_event SPRITE_YOUNGSTER, 11, 14, $8, $0, 255, 255, $92, 3, TrainerYoungsterWarren, EVENT_ALWAYS_THERE
- person_event SPRITE_YOUNGSTER, 7, 20, $a, $0, 255, 255, $92, 1, TrainerYoungsterJimmy, EVENT_ALWAYS_THERE
- person_event SPRITE_FISHER, 9, 53, $a, $0, 255, 255, $82, 3, TrainerFirebreatherBurt, EVENT_ALWAYS_THERE
+ person_event SPRITE_FISHER, 16, 30, $7, $0, 255, 255, $82, 2, TrainerFirebreatherOtis, -1
+ person_event SPRITE_YOUNGSTER, 11, 14, $8, $0, 255, 255, $92, 3, TrainerYoungsterWarren, -1
+ person_event SPRITE_YOUNGSTER, 7, 20, $a, $0, 255, 255, $92, 1, TrainerYoungsterJimmy, -1
+ person_event SPRITE_FISHER, 9, 53, $a, $0, 255, 255, $82, 3, TrainerFirebreatherBurt, -1