summaryrefslogtreecommitdiff
path: root/maps/FastShip1F.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-10 22:28:46 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-10 22:28:46 -0500
commit3980d2d7367a9352cfd245dd4c6e5b89b3c73648 (patch)
tree0eeba339a3ff4ba6ef58bf2ccbf5b4a98a1134d6 /maps/FastShip1F.asm
parentb9870541d4b6132f28bfaf3db168e6524bbb7b61 (diff)
.TriggerX labels are now consistently 0-based
Diffstat (limited to 'maps/FastShip1F.asm')
-rw-r--r--maps/FastShip1F.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/FastShip1F.asm b/maps/FastShip1F.asm
index 2904f9b7d..40335d6df 100644
--- a/maps/FastShip1F.asm
+++ b/maps/FastShip1F.asm
@@ -9,21 +9,21 @@ FastShip1F_MapScriptHeader:
db 3
; triggers
+ dw .Trigger0, 0
dw .Trigger1, 0
dw .Trigger2, 0
- dw .Trigger3, 0
.MapCallbacks:
db 0
-.Trigger1:
+.Trigger0:
end
-.Trigger2:
+.Trigger1:
priorityjump .PriorityJump2
end
-.Trigger3:
+.Trigger2:
end
.PriorityJump2: