diff options
Diffstat (limited to 'maps/CeladonDeptStore2F.asm')
-rw-r--r-- | maps/CeladonDeptStore2F.asm | 39 |
1 files changed, 14 insertions, 25 deletions
diff --git a/maps/CeladonDeptStore2F.asm b/maps/CeladonDeptStore2F.asm index 5c6a92aa5..5378a834e 100644 --- a/maps/CeladonDeptStore2F.asm +++ b/maps/CeladonDeptStore2F.asm @@ -1,44 +1,37 @@ -CeladonDeptStore2F_MapScriptHeader: ; 0x70bab +CeladonDeptStore2F_MapScriptHeader: ; trigger count db 0 ; callback count db 0 -; 0x70bad -ClerkScript_0x70bad: ; 0x70bad +ClerkScript_0x70bad: faceplayer loadfont pokemart $0, $0017 loadmovesprites end -; 0x70bb5 -ClerkScript_0x70bb5: ; 0x70bb5 +ClerkScript_0x70bb5: faceplayer loadfont pokemart $0, $0018 loadmovesprites end -; 0x70bbd -PokefanMScript_0x70bbd: ; 0x70bbd +PokefanMScript_0x70bbd: jumptextfaceplayer UnknownText_0x70bc9 -; 0x70bc0 -YoungsterScript_0x70bc0: ; 0x70bc0 +YoungsterScript_0x70bc0: jumptextfaceplayer UnknownText_0x70c3e -; 0x70bc3 -MapCeladonDeptStore2FSignpost0Script: ; 0x70bc3 - jumptext UnknownText_0x70c9c -; 0x70bc6 +CeladonDeptStore2FDirectory: + jumptext CeladonDeptStore2FDirectoryText -MapCeladonDeptStore2FSignpost1Script: ; 0x70bc6 +CeladonDeptStore2FElevatorButton: jumpstd elevatorbutton -; 0x70bc9 -UnknownText_0x70bc9: ; 0x70bc9 +UnknownText_0x70bc9: text "I just recently" line "became a trainer." @@ -49,9 +42,8 @@ UnknownText_0x70bc9: ; 0x70bc9 line "the selection of" cont "convenient items." done -; 0x70c3e -UnknownText_0x70c3e: ; 0x70c3e +UnknownText_0x70c3e: text "My dad's having a" line "hard time learning" @@ -61,18 +53,16 @@ UnknownText_0x70c3e: ; 0x70c3e para "supposed to be" line "used…" done -; 0x70c9c -UnknownText_0x70c9c: ; 0x70c9c +CeladonDeptStore2FDirectoryText: text "Top Grade Items" line "for Trainers!" para "2F: TRAINER'S" line " MARKET" done -; 0x70cd4 -CeladonDeptStore2F_MapEventHeader: ; 0x70cd4 +CeladonDeptStore2F_MapEventHeader: ; filler db 0, 0 @@ -87,8 +77,8 @@ CeladonDeptStore2F_MapEventHeader: ; 0x70cd4 ; signposts db 2 - signpost 0, 14, $0, MapCeladonDeptStore2FSignpost0Script - signpost 0, 3, $0, MapCeladonDeptStore2FSignpost1Script + signpost 0, 14, $0, CeladonDeptStore2FDirectory + signpost 0, 3, $0, CeladonDeptStore2FElevatorButton ; people-events db 4 @@ -96,4 +86,3 @@ CeladonDeptStore2F_MapEventHeader: ; 0x70cd4 person_event SPRITE_CLERK, 9, 18, $7, $0, 255, 255, $90, 0, ClerkScript_0x70bb5, $ffff person_event SPRITE_POKEFAN_M, 6, 9, $7, $0, 255, 255, $80, 0, PokefanMScript_0x70bbd, $ffff person_event SPRITE_YOUNGSTER, 6, 10, $8, $0, 255, 255, $a0, 0, YoungsterScript_0x70bc0, $ffff -; 0x70d27 |