summaryrefslogtreecommitdiff
path: root/maps/VictoryRoadGate.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-21 00:02:21 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-21 00:02:21 -0400
commit5631bdc0d7f90d5036b71489883d787715983d41 (patch)
tree59d21b35a7af8686f62e41171c7fde7eeb60cb64 /maps/VictoryRoadGate.asm
parent471492b775fc2a0f5162f3d1c13c5472359beb14 (diff)
Added labels to different parts of the map script and event headers
Diffstat (limited to 'maps/VictoryRoadGate.asm')
-rw-r--r--maps/VictoryRoadGate.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/VictoryRoadGate.asm b/maps/VictoryRoadGate.asm
index 79badb927..c57b2251e 100644
--- a/maps/VictoryRoadGate.asm
+++ b/maps/VictoryRoadGate.asm
@@ -1,12 +1,12 @@
VictoryRoadGate_MapScriptHeader:
- ; trigger count
+.MapTriggers:
db 2
; triggers
dw UnknownScript_0x9b9fb, $0000
dw UnknownScript_0x9b9fc, $0000
- ; callback count
+.MapCallbacks:
db 0
UnknownScript_0x9b9fb:
@@ -98,7 +98,7 @@ VictoryRoadGate_MapEventHeader:
; filler
db 0, 0
- ; warps
+.Warps:
db 8
warp_def $7, $11, 1, GROUP_ROUTE_22, MAP_ROUTE_22
warp_def $7, $12, 1, GROUP_ROUTE_22, MAP_ROUTE_22
@@ -109,14 +109,14 @@ VictoryRoadGate_MapEventHeader:
warp_def $7, $1, 2, GROUP_ROUTE_28, MAP_ROUTE_28
warp_def $7, $2, 2, GROUP_ROUTE_28, MAP_ROUTE_28
- ; xy triggers
+.XYTriggers:
db 1
xy_trigger 0, $b, $a, $0, UnknownScript_0x9b9fd, $0, $0
- ; signposts
+.Signposts:
db 0
- ; people-events
+.PersonEvents:
db 3
person_event SPRITE_OFFICER, 15, 12, OW_LEFT | $1, $0, -1, -1, $0, 0, OfficerScript_0x9ba03, -1
person_event SPRITE_BLACK_BELT, 9, 11, OW_LEFT | $1, $0, -1, -1, $0, 0, BlackBeltScript_0x9ba21, EVENT_OPENED_MT_SILVER