diff options
| author | Sanky <gsanky@gmail.com> | 2013-02-18 09:44:03 +0100 |
|---|---|---|
| committer | Sanky <gsanky@gmail.com> | 2013-02-18 09:44:03 +0100 |
| commit | 5af3f92d9080cb874b6c46aa5b52c2a6cdab24f0 (patch) | |
| tree | 8015ecccde657f918e55d6194ef5d1eeec1fea4d /maps/Route36RuinsofAlphgate.asm | |
| parent | c616889fcf0361746a9f1c13fab6f463cce43687 (diff) | |
| parent | f860c98d26d8d3babe1ec123a72ee9d5f3ddd145 (diff) | |
Merge https://github.com/kanzure/pokecrystal
Diffstat (limited to 'maps/Route36RuinsofAlphgate.asm')
| -rw-r--r-- | maps/Route36RuinsofAlphgate.asm | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/maps/Route36RuinsofAlphgate.asm b/maps/Route36RuinsofAlphgate.asm new file mode 100644 index 000000000..b19aacbc0 --- /dev/null +++ b/maps/Route36RuinsofAlphgate.asm @@ -0,0 +1,56 @@ +Route36RuinsofAlphgate_MapScriptHeader: ; 0x6aa18 + ; trigger count + db 0 + + ; callback count + db 0 +; 0x6aa1a + +UnknownScript_0x6aa1a: ; 0x6aa1a + jumptextfaceplayer UnknownText_0x6aa20 +; 0x6aa1d + +UnknownScript_0x6aa1d: ; 0x6aa1d + jumptextfaceplayer UnknownText_0x6aa5b +; 0x6aa20 + +UnknownText_0x6aa20: ; 0x6aa20 + db $0, "Don't you wonder", $4f + db "who'd make some-", $55 + db "thing like this?", $55 + db "And why?", $57 +; 0x6aa5b + +UnknownText_0x6aa5b: ; 0x6aa5b + db $0, "Did you see that", $4f + db "strange tree in", $55 + db "the road?", $51 + db "That may explain", $4f + db "why fewer people", $51 + db "are visiting the", $4f + db "RUINS OF ALPH.", $57 +; 0x6aac9 + +Route36RuinsofAlphgate_MapEventHeader: ; 0x6aac9 + ; filler + db 0, 0 + + ; warps + db 4 + warp_def $0, $4, 3, GROUP_ROUTE_36, MAP_ROUTE_36 + warp_def $0, $5, 4, GROUP_ROUTE_36, MAP_ROUTE_36 + warp_def $7, $4, 9, GROUP_RUINS_OF_ALPH_OUTSIDE, MAP_RUINS_OF_ALPH_OUTSIDE + warp_def $7, $5, 9, GROUP_RUINS_OF_ALPH_OUTSIDE, MAP_RUINS_OF_ALPH_OUTSIDE + + ; xy triggers + db 0 + + ; signposts + db 0 + + ; people-events + db 2 + person_event $43, 8, 4, $9, $0, 255, 255, $80, 0, UnknownScript_0x6aa1a, $ffff + person_event $2f, 9, 11, $2, $21, 255, 255, $b0, 0, UnknownScript_0x6aa1d, $ffff +; 0x6aafd + |
