summaryrefslogtreecommitdiff
path: root/maps/GoldenrodDeptStore3F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/GoldenrodDeptStore3F.asm')
-rw-r--r--maps/GoldenrodDeptStore3F.asm36
1 files changed, 13 insertions, 23 deletions
diff --git a/maps/GoldenrodDeptStore3F.asm b/maps/GoldenrodDeptStore3F.asm
index e04d5b544..77a01a9c6 100644
--- a/maps/GoldenrodDeptStore3F.asm
+++ b/maps/GoldenrodDeptStore3F.asm
@@ -1,36 +1,30 @@
-GoldenrodDeptStore3F_MapScriptHeader: ; 0x55db6
+GoldenrodDeptStore3F_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
-; 0x55db8
-ClerkScript_0x55db8: ; 0x55db8
+ClerkScript_0x55db8:
faceplayer
loadfont
pokemart $0, $0007
loadmovesprites
end
-; 0x55dc0
-SuperNerdScript_0x55dc0: ; 0x55dc0
+SuperNerdScript_0x55dc0:
jumptextfaceplayer UnknownText_0x55dcc
-; 0x55dc3
-RockerScript_0x55dc3: ; 0x55dc3
+RockerScript_0x55dc3:
jumptextfaceplayer UnknownText_0x55e15
-; 0x55dc6
-MapGoldenrodDeptStore3FSignpost0Script: ; 0x55dc6
- jumptext UnknownText_0x55e74
-; 0x55dc9
+GoldenrodDeptStore3FDirectory:
+ jumptext GoldenrodDeptStore3FDirectoryText
-MapGoldenrodDeptStore3FSignpost1Script: ; 0x55dc9
+GoldenrodDeptStore3FElevatorButton:
jumpstd elevatorbutton
-; 0x55dcc
-UnknownText_0x55dcc: ; 0x55dcc
+UnknownText_0x55dcc:
text "I, I, I'm really"
line "impatient!"
@@ -38,9 +32,8 @@ UnknownText_0x55dcc: ; 0x55dcc
line "battle to speed up"
cont "my #MON."
done
-; 0x55e15
-UnknownText_0x55e15: ; 0x55e15
+UnknownText_0x55e15:
text "Hey! When you bat-"
line "tle, do you use X"
cont "SPECIAL?"
@@ -49,18 +42,16 @@ UnknownText_0x55e15: ; 0x55e15
line "really jacks up"
cont "SPECIAL ATTACK!"
done
-; 0x55e74
-UnknownText_0x55e74: ; 0x55e74
+GoldenrodDeptStore3FDirectoryText:
text "For Victory"
line "Seekers"
para "3F BATTLE"
line " COLLECTION"
done
-; 0x55ea1
-GoldenrodDeptStore3F_MapEventHeader: ; 0x55ea1
+GoldenrodDeptStore3F_MapEventHeader:
; filler
db 0, 0
@@ -75,12 +66,11 @@ GoldenrodDeptStore3F_MapEventHeader: ; 0x55ea1
; signposts
db 2
- signpost 0, 14, $0, MapGoldenrodDeptStore3FSignpost0Script
- signpost 0, 3, $0, MapGoldenrodDeptStore3FSignpost1Script
+ signpost 0, 14, $0, GoldenrodDeptStore3FDirectory
+ signpost 0, 3, $0, GoldenrodDeptStore3FElevatorButton
; people-events
db 3
person_event SPRITE_CLERK, 5, 10, $6, $0, 255, 255, $0, 0, ClerkScript_0x55db8, $ffff
person_event SPRITE_SUPER_NERD, 9, 16, $a, $10, 255, 255, $80, 0, SuperNerdScript_0x55dc0, $ffff
person_event SPRITE_ROCKER, 9, 6, $4, $10, 255, 255, $0, 0, RockerScript_0x55dc3, $ffff
-; 0x55ee7