summaryrefslogtreecommitdiff
path: root/maps/CinnabarPokeCenter1F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/CinnabarPokeCenter1F.asm')
-rw-r--r--maps/CinnabarPokeCenter1F.asm57
1 files changed, 57 insertions, 0 deletions
diff --git a/maps/CinnabarPokeCenter1F.asm b/maps/CinnabarPokeCenter1F.asm
new file mode 100644
index 000000000..ac0f1a31a
--- /dev/null
+++ b/maps/CinnabarPokeCenter1F.asm
@@ -0,0 +1,57 @@
+CinnabarPokeCenter1F_MapScriptHeader: ; 0x1ab32a
+ ; trigger count
+ db 0
+
+ ; callback count
+ db 0
+; 0x1ab32c
+
+UnknownScript_0x1ab32c: ; 0x1ab32c
+ jumpstd $0000
+; 0x1ab32f
+
+UnknownScript_0x1ab32f: ; 0x1ab32f
+ jumptextfaceplayer UnknownText_0x1ab335
+; 0x1ab332
+
+UnknownScript_0x1ab332: ; 0x1ab332
+ jumptextfaceplayer UnknownText_0x1ab37f
+; 0x1ab335
+
+UnknownText_0x1ab335: ; 0x1ab335
+ db $0, "CINNABAR GYM's", $4f
+ db "BLAINE apparently", $51
+ db "lives alone in the", $4f
+ db "SEAFOAM ISLANDS", $55
+ db "cave…", $57
+; 0x1ab37f
+
+UnknownText_0x1ab37f: ; 0x1ab37f
+ db $0, "It's been a year", $4f
+ db "since the volcano", $55
+ db "erupted.", $57
+; 0x1ab3ab
+
+CinnabarPokeCenter1F_MapEventHeader: ; 0x1ab3ab
+ ; filler
+ db 0, 0
+
+ ; warps
+ db 3
+ warp_def $7, $3, 1, GROUP_CINNABAR_ISLAND, MAP_CINNABAR_ISLAND
+ warp_def $7, $4, 1, GROUP_CINNABAR_ISLAND, MAP_CINNABAR_ISLAND
+ warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
+
+ ; xy triggers
+ db 0
+
+ ; signposts
+ db 0
+
+ ; people-events
+ db 3
+ person_event $37, 5, 7, $6, $0, 255, 255, $0, 0, UnknownScript_0x1ab32c, $ffff
+ person_event $24, 10, 11, $5, $2, 255, 255, $80, 0, UnknownScript_0x1ab32f, $ffff
+ person_event $3a, 8, 6, $6, $0, 255, 255, $a0, 0, UnknownScript_0x1ab332, $ffff
+; 0x1ab3e7
+