summaryrefslogtreecommitdiff
path: root/maps/Route43MahoganyGate.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-02-17 01:54:07 -0500
committeryenatch <yenatch@gmail.com>2013-02-17 01:59:06 -0500
commit48dbfc6333979f7a5e306fbb59f1840411e73292 (patch)
tree95f5fa2f13b9c79c0119a44fa4a72f82f9fe3b4c /maps/Route43MahoganyGate.asm
parent9761a1a632cd4b465f5fc6cf6cb40d38a53f4ac5 (diff)
Split map scripts, text, events from main.asm
The commit we deserve
Diffstat (limited to 'maps/Route43MahoganyGate.asm')
-rw-r--r--maps/Route43MahoganyGate.asm61
1 files changed, 61 insertions, 0 deletions
diff --git a/maps/Route43MahoganyGate.asm b/maps/Route43MahoganyGate.asm
new file mode 100644
index 000000000..f57144df0
--- /dev/null
+++ b/maps/Route43MahoganyGate.asm
@@ -0,0 +1,61 @@
+Route43MahoganyGate_MapScriptHeader: ; 0x19ab09
+ ; trigger count
+ db 0
+
+ ; callback count
+ db 0
+; 0x19ab0b
+
+UnknownScript_0x19ab0b: ; 0x19ab0b
+ faceplayer
+ loadfont
+ checkbit1 $0022
+ iftrue UnknownScript_0x19ab19
+ 2writetext UnknownText_0x19ab1f
+ closetext
+ loadmovesprites
+ end
+; 0x19ab19
+
+UnknownScript_0x19ab19: ; 0x19ab19
+ 2writetext UnknownText_0x19ab65
+ closetext
+ loadmovesprites
+ end
+; 0x19ab1f
+
+UnknownText_0x19ab1f: ; 0x19ab1f
+ db $0, "Only people headed", $4f
+ db "up to LAKE OF RAGE", $51
+ db "have been through", $4f
+ db "here lately.", $57
+; 0x19ab65
+
+UnknownText_0x19ab65: ; 0x19ab65
+ db $0, "Nobody goes up to", $4f
+ db "LAKE OF RAGE these", $55
+ db "days.", $57
+; 0x19ab91
+
+Route43MahoganyGate_MapEventHeader: ; 0x19ab91
+ ; filler
+ db 0, 0
+
+ ; warps
+ db 4
+ warp_def $0, $4, 1, GROUP_ROUTE_43, MAP_ROUTE_43
+ warp_def $0, $5, 2, GROUP_ROUTE_43, MAP_ROUTE_43
+ warp_def $7, $4, 5, GROUP_MAHOGANY_TOWN, MAP_MAHOGANY_TOWN
+ warp_def $7, $5, 5, GROUP_MAHOGANY_TOWN, MAP_MAHOGANY_TOWN
+
+ ; xy triggers
+ db 0
+
+ ; signposts
+ db 0
+
+ ; people-events
+ db 1
+ person_event $43, 8, 4, $9, $0, 255, 255, $80, 0, UnknownScript_0x19ab0b, $ffff
+; 0x19abb8
+