summaryrefslogtreecommitdiff
path: root/maps/Route2946Gate.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Route2946Gate.asm')
-rw-r--r--maps/Route2946Gate.asm34
1 files changed, 14 insertions, 20 deletions
diff --git a/maps/Route2946Gate.asm b/maps/Route2946Gate.asm
index 67fbcc415..aeb67342a 100644
--- a/maps/Route2946Gate.asm
+++ b/maps/Route2946Gate.asm
@@ -1,20 +1,17 @@
-Route2946Gate_MapScriptHeader: ; 0x7b5b9
- ; trigger count
+Route2946Gate_MapScriptHeader:
+.MapTriggers:
db 0
- ; callback count
+.MapCallbacks:
db 0
-; 0x7b5bb
-OfficerScript_0x7b5bb: ; 0x7b5bb
+OfficerScript_0x7b5bb:
jumptextfaceplayer UnknownText_0x7b5c1
-; 0x7b5be
-YoungsterScript_0x7b5be: ; 0x7b5be
+YoungsterScript_0x7b5be:
jumptextfaceplayer UnknownText_0x7b60d
-; 0x7b5c1
-UnknownText_0x7b5c1: ; 0x7b5c1
+UnknownText_0x7b5c1:
text "You can't climb"
line "ledges."
@@ -22,9 +19,8 @@ UnknownText_0x7b5c1: ; 0x7b5c1
line "down from them to"
cont "take a shortcut."
done
-; 0x7b60d
-UnknownText_0x7b60d: ; 0x7b60d
+UnknownText_0x7b60d:
text "Different kinds of"
line "#MON appear"
cont "past here."
@@ -35,27 +31,25 @@ UnknownText_0x7b60d: ; 0x7b60d
para "you have to look"
line "everywhere."
done
-; 0x7b674
-Route2946Gate_MapEventHeader: ; 0x7b674
+Route2946Gate_MapEventHeader:
; filler
db 0, 0
- ; warps
+.Warps:
db 4
warp_def $0, $4, 1, GROUP_ROUTE_46, MAP_ROUTE_46
warp_def $0, $5, 2, GROUP_ROUTE_46, MAP_ROUTE_46
warp_def $7, $4, 1, GROUP_ROUTE_29, MAP_ROUTE_29
warp_def $7, $5, 1, GROUP_ROUTE_29, MAP_ROUTE_29
- ; xy triggers
+.XYTriggers:
db 0
- ; signposts
+.Signposts:
db 0
- ; people-events
+.PersonEvents:
db 2
- person_event SPRITE_OFFICER, 8, 4, $9, $0, 255, 255, $80, 0, OfficerScript_0x7b5bb, $ffff
- person_event SPRITE_YOUNGSTER, 8, 10, $4, $10, 255, 255, $a0, 0, YoungsterScript_0x7b5be, $ffff
-; 0x7b6a8
+ person_event SPRITE_OFFICER, 8, 4, OW_LEFT | $1, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, OfficerScript_0x7b5bb, -1
+ person_event SPRITE_YOUNGSTER, 8, 10, OW_UP | $0, $10, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x7b5be, -1