summaryrefslogtreecommitdiff
path: root/maps/Route12.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/Route12.asm
parentd282fe479994cb84980604706510ae0b03664c9c (diff)
Replace EVENT_ALWAYS_THERE with -1
Diffstat (limited to 'maps/Route12.asm')
-rw-r--r--maps/Route12.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route12.asm b/maps/Route12.asm
index 738863f3e..7500bad90 100644
--- a/maps/Route12.asm
+++ b/maps/Route12.asm
@@ -243,9 +243,9 @@ Route12_MapEventHeader:
; people-events
db 6
- person_event SPRITE_FISHER, 17, 9, $a, $0, 255, 255, $a2, 1, TrainerFisherMartin, EVENT_ALWAYS_THERE
- person_event SPRITE_FISHER, 27, 18, $6, $0, 255, 255, $a2, 1, TrainerFisherStephen, EVENT_ALWAYS_THERE
- person_event SPRITE_FISHER, 42, 14, $8, $0, 255, 255, $a2, 5, TrainerFisherBarney, EVENT_ALWAYS_THERE
- person_event SPRITE_FISHER, 11, 10, $9, $0, 255, 255, $a2, 3, TrainerFisherKyle, EVENT_ALWAYS_THERE
+ person_event SPRITE_FISHER, 17, 9, $a, $0, 255, 255, $a2, 1, TrainerFisherMartin, -1
+ person_event SPRITE_FISHER, 27, 18, $6, $0, 255, 255, $a2, 1, TrainerFisherStephen, -1
+ person_event SPRITE_FISHER, 42, 14, $8, $0, 255, 255, $a2, 5, TrainerFisherBarney, -1
+ person_event SPRITE_FISHER, 11, 10, $9, $0, 255, 255, $a2, 3, TrainerFisherKyle, -1
person_event SPRITE_POKE_BALL, 47, 9, $1, $0, 255, 255, $1, 0, ItemFragment_0x1a700b, EVENT_788
person_event SPRITE_POKE_BALL, 55, 9, $1, $0, 255, 255, $1, 0, ItemFragment_0x1a700d, EVENT_789