diff options
author | yenatch <yenatch@gmail.com> | 2013-02-17 01:54:07 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-02-17 01:59:06 -0500 |
commit | 48dbfc6333979f7a5e306fbb59f1840411e73292 (patch) | |
tree | 95f5fa2f13b9c79c0119a44fa4a72f82f9fe3b4c /maps/Route22.asm | |
parent | 9761a1a632cd4b465f5fc6cf6cb40d38a53f4ac5 (diff) |
Split map scripts, text, events from main.asm
The commit we deserve
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 + |