.TriggerX labels are now consistently 0-based

This commit is contained in:
PikalaxALT
2015-12-10 22:28:46 -05:00
parent b9870541d4
commit 3980d2d736
24 changed files with 82 additions and 82 deletions

View File

@@ -10,8 +10,8 @@ CherrygroveCity_MapScriptHeader:
db 2
; triggers
dw .Trigger0, 0
dw .Trigger1, 0
dw .Trigger2, 0
.MapCallbacks:
db 1
@@ -19,10 +19,10 @@ CherrygroveCity_MapScriptHeader:
; callbacks
dbw 5, .FlyPoint
.Trigger1
.Trigger0
end
.Trigger2
.Trigger1
end
.FlyPoint