diff options
Diffstat (limited to 'maps/CeladonDeptStore4F.asm')
-rw-r--r-- | maps/CeladonDeptStore4F.asm | 39 |
1 files changed, 14 insertions, 25 deletions
diff --git a/maps/CeladonDeptStore4F.asm b/maps/CeladonDeptStore4F.asm index c60a9def4..1602522fd 100644 --- a/maps/CeladonDeptStore4F.asm +++ b/maps/CeladonDeptStore4F.asm @@ -1,60 +1,51 @@ -CeladonDeptStore4F_MapScriptHeader: ; 0x70f0b +CeladonDeptStore4F_MapScriptHeader: ; trigger count db 0 ; callback count db 0 -; 0x70f0d -ClerkScript_0x70f0d: ; 0x70f0d +ClerkScript_0x70f0d: faceplayer loadfont pokemart $0, $001a loadmovesprites end -; 0x70f15 -SuperNerdScript_0x70f15: ; 0x70f15 +SuperNerdScript_0x70f15: jumptextfaceplayer UnknownText_0x70f21 -; 0x70f18 -YoungsterScript_0x70f18: ; 0x70f18 +YoungsterScript_0x70f18: jumptextfaceplayer UnknownText_0x70f55 -; 0x70f1b -MapCeladonDeptStore4FSignpost0Script: ; 0x70f1b - jumptext UnknownText_0x70f8c -; 0x70f1e +CeladonDeptStore4FDirectory: + jumptext CeladonDeptStore4FDirectoryText -MapCeladonDeptStore4FSignpost1Script: ; 0x70f1e - jumpstd $0014 -; 0x70f21 +CeladonDeptStore4FElevatorButton: + jumpstd elevatorbutton -UnknownText_0x70f21: ; 0x70f21 +UnknownText_0x70f21: text "I'm here to buy" line "SURF MAIL to send" cont "to my girlfriend." done -; 0x70f55 -UnknownText_0x70f55: ; 0x70f55 +UnknownText_0x70f55: text "This is the only" line "place where you" para "can buy LOVELY" line "MAIL." done -; 0x70f8c -UnknownText_0x70f8c: ; 0x70f8c +CeladonDeptStore4FDirectoryText: text "Express Yourself" line "With Gifts!" para "4F: WISEMAN GIFTS" done -; 0x70fbc -CeladonDeptStore4F_MapEventHeader: ; 0x70fbc +CeladonDeptStore4F_MapEventHeader: ; filler db 0, 0 @@ -69,13 +60,11 @@ CeladonDeptStore4F_MapEventHeader: ; 0x70fbc ; signposts db 2 - signpost 0, 14, $0, MapCeladonDeptStore4FSignpost0Script - signpost 0, 3, $0, MapCeladonDeptStore4FSignpost1Script + signpost 0, 14, $0, CeladonDeptStore4FDirectory + signpost 0, 3, $0, CeladonDeptStore4FElevatorButton ; people-events db 3 person_event SPRITE_CLERK, 9, 17, $7, $0, 255, 255, $90, 0, ClerkScript_0x70f0d, $ffff person_event SPRITE_SUPER_NERD, 10, 11, $5, $1, 255, 255, $a0, 0, SuperNerdScript_0x70f15, $ffff person_event SPRITE_YOUNGSTER, 6, 12, $7, $0, 255, 255, $0, 0, YoungsterScript_0x70f18, $ffff -; 0x71002 - |