diff options
Diffstat (limited to 'maps/Route22.asm')
-rw-r--r-- | maps/Route22.asm | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/maps/Route22.asm b/maps/Route22.asm new file mode 100644 index 000000000..2ac185a77 --- /dev/null +++ b/maps/Route22.asm @@ -0,0 +1,37 @@ +Route22_MapScriptHeader: ; 0x7c000 + ; trigger count + db 0 + + ; callback count + db 0 +; 0x7c002 + +MapRoute22Signpost0Script: ; 0x7c002 + jumptext UnknownText_0x7c005 +; 0x7c005 + +UnknownText_0x7c005: ; 0x7c005 + db $0, "#MON LEAGUE", $51 + db "VICTORY ROAD", $4f + db "ENTRANCE", $57 +; 0x7c028 + +Route22_MapEventHeader: ; 0x7c028 + ; filler + db 0, 0 + + ; warps + db 1 + warp_def $5, $d, 1, GROUP_VICTORY_ROAD_GATE, MAP_VICTORY_ROAD_GATE + + ; xy triggers + db 0 + + ; signposts + db 1 + signpost 7, 15, $0, MapRoute22Signpost0Script + + ; people-events + db 0 +; 0x7c038 + |