diff options
Diffstat (limited to 'maps/OlivinePokeCenter1F.asm')
-rw-r--r-- | maps/OlivinePokeCenter1F.asm | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/maps/OlivinePokeCenter1F.asm b/maps/OlivinePokeCenter1F.asm new file mode 100644 index 000000000..eb3544726 --- /dev/null +++ b/maps/OlivinePokeCenter1F.asm @@ -0,0 +1,68 @@ +OlivinePokeCenter1F_MapScriptHeader: ; 0x9c000 + ; trigger count + db 0 + + ; callback count + db 0 +; 0x9c002 + +UnknownScript_0x9c002: ; 0x9c002 + jumpstd $0000 +; 0x9c005 + +UnknownScript_0x9c005: ; 0x9c005 + jumpstd $0033 +; 0x9c008 + +UnknownScript_0x9c008: ; 0x9c008 + jumptextfaceplayer UnknownText_0x9c00e +; 0x9c00b + +UnknownScript_0x9c00b: ; 0x9c00b + jumptextfaceplayer UnknownText_0x9c086 +; 0x9c00e + +UnknownText_0x9c00e: ; 0x9c00e + db $0, "The SAILOR in the", $4f + db "OLIVINE CAFE next", $51 + db "door is really", $4f + db "generous.", $51 + db "He taught my", $4f + db "#MON STRENGTH.", $51 + db "Now it can move", $4f + db "big boulders.", $57 +; 0x9c086 + +UnknownText_0x9c086: ; 0x9c086 + db $0, "There's a person", $4f + db "in CIANWOOD CITY", $55 + db "across the sea.", $51 + db "I heard him brag-", $4f + db "ging about his", $55 + db "rare #MON.", $57 +; 0x9c0e4 + +OlivinePokeCenter1F_MapEventHeader: ; 0x9c0e4 + ; filler + db 0, 0 + + ; warps + db 3 + warp_def $7, $3, 1, GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY + warp_def $7, $4, 1, GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY + warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F + + ; xy triggers + db 0 + + ; signposts + db 0 + + ; people-events + db 4 + person_event $37, 5, 7, $6, $0, 255, 255, $0, 0, UnknownScript_0x9c002, $ffff + person_event $3b, 8, 12, $5, $1, 255, 255, $0, 0, UnknownScript_0x9c005, $ffff + person_event $3a, 7, 6, $6, $0, 255, 255, $a0, 0, UnknownScript_0x9c008, $ffff + person_event $29, 5, 11, $6, $0, 255, 255, $0, 0, UnknownScript_0x9c00b, $ffff +; 0x9c12d + |