diff options
Diffstat (limited to 'maps/GoldenrodDeptStore1F.asm')
-rw-r--r-- | maps/GoldenrodDeptStore1F.asm | 45 |
1 files changed, 16 insertions, 29 deletions
diff --git a/maps/GoldenrodDeptStore1F.asm b/maps/GoldenrodDeptStore1F.asm index 8682aa584..0545b0641 100644 --- a/maps/GoldenrodDeptStore1F.asm +++ b/maps/GoldenrodDeptStore1F.asm @@ -1,42 +1,34 @@ -GoldenrodDeptStore1F_MapScriptHeader: ; 0x5597f +GoldenrodDeptStore1F_MapScriptHeader: ; trigger count db 0 ; callback count db 0 -; 0x55981 -ReceptionistScript_0x55981: ; 0x55981 +ReceptionistScript_0x55981: jumptextfaceplayer UnknownText_0x55993 -; 0x55984 -GentlemanScript_0x55984: ; 0x55984 +GentlemanScript_0x55984: jumptextfaceplayer UnknownText_0x559b7 -; 0x55987 -PokefanFScript_0x55987: ; 0x55987 +PokefanFScript_0x55987: jumptextfaceplayer UnknownText_0x55a1a -; 0x5598a -BugCatcherScript_0x5598a: ; 0x5598a +BugCatcherScript_0x5598a: jumptextfaceplayer UnknownText_0x55a3a -; 0x5598d -MapGoldenrodDeptStore1FSignpost0Script: ; 0x5598d - jumptext UnknownText_0x55a80 -; 0x55990 +GoldenrodDeptStore1FDirectory: + jumptext GoldenrodDeptStore1FDirectoryText -MapGoldenrodDeptStore1FSignpost1Script: ; 0x55990 +GoldenrodDeptStore1FElevatorButton: jumpstd elevatorbutton -; 0x55993 -UnknownText_0x55993: ; 0x55993 +UnknownText_0x55993: text "Welcome to GOLDEN-" line "ROD DEPT.STORE." done -; 0x559b7 -UnknownText_0x559b7: ; 0x559b7 +UnknownText_0x559b7: text "The DEPT.STORE" line "has a decent se-" cont "lection." @@ -47,15 +39,13 @@ UnknownText_0x559b7: ; 0x559b7 para "as GAME CORNER" line "prizes." done -; 0x55a1a -UnknownText_0x55a1a: ; 0x55a1a +UnknownText_0x55a1a: text "I'm raring to shop" line "again today!" done -; 0x55a3a -UnknownText_0x55a3a: ; 0x55a3a +UnknownText_0x55a3a: text "Mom's good at" line "bargain hunting." @@ -63,9 +53,8 @@ UnknownText_0x55a3a: ; 0x55a3a line "stuff at lower" cont "prices." done -; 0x55a80 -UnknownText_0x55a80: ; 0x55a80 +GoldenrodDeptStore1FDirectoryText: text "1F SERVICE COUNTER" para "2F TRAINER'S" @@ -82,9 +71,8 @@ UnknownText_0x55a80: ; 0x55a80 para "ROOFTOP LOOKOUT" done -; 0x55b03 -GoldenrodDeptStore1F_MapEventHeader: ; 0x55b03 +GoldenrodDeptStore1F_MapEventHeader: ; filler db 0, 0 @@ -100,8 +88,8 @@ GoldenrodDeptStore1F_MapEventHeader: ; 0x55b03 ; signposts db 2 - signpost 0, 14, $0, MapGoldenrodDeptStore1FSignpost0Script - signpost 0, 3, $0, MapGoldenrodDeptStore1FSignpost1Script + signpost 0, 14, $0, GoldenrodDeptStore1FDirectory + signpost 0, 3, $0, GoldenrodDeptStore1FElevatorButton ; people-events db 4 @@ -109,4 +97,3 @@ GoldenrodDeptStore1F_MapEventHeader: ; 0x55b03 person_event SPRITE_POKEFAN_F, 8, 9, $6, $0, 255, 255, $0, 0, PokefanFScript_0x55987, $ffff person_event SPRITE_BUG_CATCHER, 9, 9, $5, $1, 255, 255, $a0, 0, BugCatcherScript_0x5598a, $ffff person_event SPRITE_GENTLEMAN, 9, 15, $2, $11, 255, 255, $0, 0, GentlemanScript_0x55984, $ffff -; 0x55b5b |