summaryrefslogtreecommitdiff
path: root/maps/Route42EcruteakGate.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Route42EcruteakGate.asm')
-rw-r--r--maps/Route42EcruteakGate.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/Route42EcruteakGate.asm b/maps/Route42EcruteakGate.asm
index 49223e042..4158ab230 100644
--- a/maps/Route42EcruteakGate.asm
+++ b/maps/Route42EcruteakGate.asm
@@ -1,8 +1,8 @@
Route42EcruteakGate_MapScriptHeader:
- ; trigger count
+.MapTriggers:
db 0
- ; callback count
+.MapCallbacks:
db 0
OfficerScript_0x19a4b5:
@@ -20,19 +20,19 @@ Route42EcruteakGate_MapEventHeader:
; filler
db 0, 0
- ; warps
+.Warps:
db 4
warp_def $4, $0, 1, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $5, $0, 2, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $4, $9, 1, GROUP_ROUTE_42, MAP_ROUTE_42
warp_def $5, $9, 2, GROUP_ROUTE_42, MAP_ROUTE_42
- ; xy triggers
+.XYTriggers:
db 0
- ; signposts
+.Signposts:
db 0
- ; people-events
+.PersonEvents:
db 1
- person_event SPRITE_OFFICER, 6, 9, $6, $0, 255, 255, $80, 0, OfficerScript_0x19a4b5, -1
+ person_event SPRITE_OFFICER, 6, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, OfficerScript_0x19a4b5, -1