summaryrefslogtreecommitdiff
path: root/maps/CeladonDeptStore1F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/CeladonDeptStore1F.asm')
-rw-r--r--maps/CeladonDeptStore1F.asm39
1 files changed, 14 insertions, 25 deletions
diff --git a/maps/CeladonDeptStore1F.asm b/maps/CeladonDeptStore1F.asm
index 4dd36a943..0d3d1a31f 100644
--- a/maps/CeladonDeptStore1F.asm
+++ b/maps/CeladonDeptStore1F.asm
@@ -1,32 +1,26 @@
-CeladonDeptStore1F_MapScriptHeader: ; 0x709de
+CeladonDeptStore1F_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
-; 0x709e0
-ReceptionistScript_0x709e0: ; 0x709e0
+ReceptionistScript_0x709e0:
jumptextfaceplayer UnknownText_0x709ef
-; 0x709e3
-GentlemanScript_0x709e3: ; 0x709e3
+GentlemanScript_0x709e3:
jumptextfaceplayer UnknownText_0x70a35
-; 0x709e6
-TeacherScript_0x709e6: ; 0x709e6
+TeacherScript_0x709e6:
jumptextfaceplayer UnknownText_0x70aa9
-; 0x709e9
-MapCeladonDeptStore1FSignpost0Script: ; 0x709e9
- jumptext UnknownText_0x70aea
-; 0x709ec
+CeladonDeptStore1FDirectory:
+ jumptext CeladonDeptStore1FDirectoryText
-MapCeladonDeptStore6FSignpost1Script: ; 0x709ec
+CeladonDeptStore1FElevatorButton:
jumpstd elevatorbutton
-; 0x709ef
-UnknownText_0x709ef: ; 0x709ef
+UnknownText_0x709ef:
text "Hello! Welcome to"
line "CELADON DEPT."
cont "STORE!"
@@ -34,9 +28,8 @@ UnknownText_0x709ef: ; 0x709ef
para "The directory is"
line "on the wall."
done
-; 0x70a35
-UnknownText_0x70a35: ; 0x70a35
+UnknownText_0x70a35:
text "This DEPT.STORE is"
line "part of the same"
@@ -47,9 +40,8 @@ UnknownText_0x70a35: ; 0x70a35
line "renovated at the"
cont "same time."
done
-; 0x70aa9
-UnknownText_0x70aa9: ; 0x70aa9
+UnknownText_0x70aa9:
text "This is my first"
line "time here."
@@ -58,9 +50,8 @@ UnknownText_0x70aa9: ; 0x70aa9
para "I'm afraid I'll"
line "get lost."
done
-; 0x70aea
-UnknownText_0x70aea: ; 0x70aea
+CeladonDeptStore1FDirectoryText:
text "1F: SERVICE"
line " COUNTER"
@@ -76,9 +67,8 @@ UnknownText_0x70aea: ; 0x70aea
para "6F: ROOFTOP"
line " SQUARE"
done
-; 0x70b60
-CeladonDeptStore1F_MapEventHeader: ; 0x70b60
+CeladonDeptStore1F_MapEventHeader:
; filler
db 0, 0
@@ -94,12 +84,11 @@ CeladonDeptStore1F_MapEventHeader: ; 0x70b60
; signposts
db 2
- signpost 0, 14, $0, MapCeladonDeptStore1FSignpost0Script
- signpost 0, 3, $0, MapCeladonDeptStore6FSignpost1Script
+ signpost 0, 14, $0, CeladonDeptStore1FDirectory
+ signpost 0, 3, $0, CeladonDeptStore1FElevatorButton
; people-events
db 3
person_event SPRITE_RECEPTIONIST, 5, 14, $6, $0, 255, 255, $80, 0, ReceptionistScript_0x709e0, $ffff
person_event SPRITE_GENTLEMAN, 8, 15, $2, $11, 255, 255, $0, 0, GentlemanScript_0x709e3, $ffff
person_event SPRITE_TEACHER, 7, 9, $5, $1, 255, 255, $a0, 0, TeacherScript_0x709e6, $ffff
-; 0x70bab