summaryrefslogtreecommitdiff
path: root/maps/CeladonDeptStore1F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/CeladonDeptStore1F.asm')
-rw-r--r--maps/CeladonDeptStore1F.asm92
1 files changed, 92 insertions, 0 deletions
diff --git a/maps/CeladonDeptStore1F.asm b/maps/CeladonDeptStore1F.asm
new file mode 100644
index 000000000..efab2e450
--- /dev/null
+++ b/maps/CeladonDeptStore1F.asm
@@ -0,0 +1,92 @@
+CeladonDeptStore1F_MapScriptHeader: ; 0x709de
+ ; trigger count
+ db 0
+
+ ; callback count
+ db 0
+; 0x709e0
+
+UnknownScript_0x709e0: ; 0x709e0
+ jumptextfaceplayer UnknownText_0x709ef
+; 0x709e3
+
+UnknownScript_0x709e3: ; 0x709e3
+ jumptextfaceplayer UnknownText_0x70a35
+; 0x709e6
+
+UnknownScript_0x709e6: ; 0x709e6
+ jumptextfaceplayer UnknownText_0x70aa9
+; 0x709e9
+
+MapCeladonDeptStore1FSignpost0Script: ; 0x709e9
+ jumptext UnknownText_0x70aea
+; 0x709ec
+
+MapCeladonDeptStore6FSignpost1Script: ; 0x709ec
+ jumpstd $0014
+; 0x709ef
+
+UnknownText_0x709ef: ; 0x709ef
+ db $0, "Hello! Welcome to", $4f
+ db "CELADON DEPT.", $55
+ db "STORE!", $51
+ db "The directory is", $4f
+ db "on the wall.", $57
+; 0x70a35
+
+UnknownText_0x70a35: ; 0x70a35
+ db $0, "This DEPT.STORE is", $4f
+ db "part of the same", $51
+ db "chain as the one", $4f
+ db "in GOLDENROD CITY.", $51
+ db "They were both", $4f
+ db "renovated at the", $55
+ db "same time.", $57
+; 0x70aa9
+
+UnknownText_0x70aa9: ; 0x70aa9
+ db $0, "This is my first", $4f
+ db "time here.", $51
+ db "It's so big…", $51
+ db "I'm afraid I'll", $4f
+ db "get lost.", $57
+; 0x70aea
+
+UnknownText_0x70aea: ; 0x70aea
+ db $0, "1F: SERVICE", $4f
+ db " COUNTER", $51
+ db "2F: TRAINER'S", $4f
+ db " MARKET", $51
+ db "3F: TM SHOP", $51
+ db "4F: WISEMAN GIFTS", $51
+ db "5F: DRUG STORE", $51
+ db "6F: ROOFTOP", $4f
+ db " SQUARE", $57
+; 0x70b60
+
+CeladonDeptStore1F_MapEventHeader: ; 0x70b60
+ ; filler
+ db 0, 0
+
+ ; warps
+ db 4
+ warp_def $7, $7, 1, GROUP_CELADON_CITY, MAP_CELADON_CITY
+ warp_def $7, $8, 1, GROUP_CELADON_CITY, MAP_CELADON_CITY
+ warp_def $0, $f, 2, GROUP_CELADON_DEPT_STORE_2F, MAP_CELADON_DEPT_STORE_2F
+ warp_def $0, $2, 1, GROUP_CELADON_DEPT_STORE_ELEVATOR, MAP_CELADON_DEPT_STORE_ELEVATOR
+
+ ; xy triggers
+ db 0
+
+ ; signposts
+ db 2
+ signpost 0, 14, $0, MapCeladonDeptStore1FSignpost0Script
+ signpost 0, 3, $0, MapCeladonDeptStore6FSignpost1Script
+
+ ; people-events
+ db 3
+ person_event $42, 5, 14, $6, $0, 255, 255, $80, 0, UnknownScript_0x709e0, $ffff
+ person_event $40, 8, 15, $2, $11, 255, 255, $0, 0, UnknownScript_0x709e3, $ffff
+ person_event $29, 7, 9, $5, $1, 255, 255, $a0, 0, UnknownScript_0x709e6, $ffff
+; 0x70bab
+