summaryrefslogtreecommitdiff
path: root/maps/Route36RuinsofAlphgate.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/Route36RuinsofAlphgate.asm
parent39d8b6c83f72f2c47ea088087891fab4a5946034 (diff)
Replaced EVENT_ALWAYS_THERE with -1
Diffstat (limited to 'maps/Route36RuinsofAlphgate.asm')
-rw-r--r--maps/Route36RuinsofAlphgate.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route36RuinsofAlphgate.asm b/maps/Route36RuinsofAlphgate.asm
index 1ea9ea9d1..7afba4134 100644
--- a/maps/Route36RuinsofAlphgate.asm
+++ b/maps/Route36RuinsofAlphgate.asm
@@ -49,5 +49,5 @@ Route36RuinsofAlphgate_MapEventHeader:
; people-events
db 2
- person_event SPRITE_OFFICER, 8, 4, $9, $0, 255, 255, $80, 0, OfficerScript_0x6aa1a, EVENT_ALWAYS_THERE
- person_event SPRITE_GRAMPS, 9, 11, $2, $21, 255, 255, $b0, 0, GrampsScript_0x6aa1d, EVENT_ALWAYS_THERE
+ person_event SPRITE_OFFICER, 8, 4, $9, $0, 255, 255, $80, 0, OfficerScript_0x6aa1a, -1
+ person_event SPRITE_GRAMPS, 9, 11, $2, $21, 255, 255, $b0, 0, GrampsScript_0x6aa1d, -1