summaryrefslogtreecommitdiff
path: root/maps/Route3.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-13 00:27:45 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-13 00:29:20 -0400
commit006fc875971c92f2249f47b5fd120c5df76c6883 (patch)
treed8f076615a9224683d888bc5a08bc7f5e96d58a9 /maps/Route3.asm
parent39d8b6c83f72f2c47ea088087891fab4a5946034 (diff)
Replaced 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