diff options
Diffstat (limited to 'maps/CeladonDeptStore5F.asm')
-rw-r--r-- | maps/CeladonDeptStore5F.asm | 45 |
1 files changed, 16 insertions, 29 deletions
diff --git a/maps/CeladonDeptStore5F.asm b/maps/CeladonDeptStore5F.asm index 40a4b8c52..67f8c85c8 100644 --- a/maps/CeladonDeptStore5F.asm +++ b/maps/CeladonDeptStore5F.asm @@ -1,48 +1,40 @@ -CeladonDeptStore5F_MapScriptHeader: ; 0x71002 +CeladonDeptStore5F_MapScriptHeader: ; trigger count db 0 ; callback count db 0 -; 0x71004 -ClerkScript_0x71004: ; 0x71004 +ClerkScript_0x71004: faceplayer loadfont pokemart $0, $001b loadmovesprites end -; 0x7100c -ClerkScript_0x7100c: ; 0x7100c +ClerkScript_0x7100c: faceplayer loadfont pokemart $0, $001c loadmovesprites end -; 0x71014 -GentlemanScript_0x71014: ; 0x71014 +GentlemanScript_0x71014: jumptextfaceplayer UnknownText_0x71023 -; 0x71017 -SailorScript_0x71017: ; 0x71017 +SailorScript_0x71017: jumptextfaceplayer UnknownText_0x71072 -; 0x7101a -TeacherScript_0x7101a: ; 0x7101a +TeacherScript_0x7101a: jumptextfaceplayer UnknownText_0x710b6 -; 0x7101d -MapCeladonDeptStore5FSignpost0Script: ; 0x7101d - jumptext UnknownText_0x71100 -; 0x71020 +CeladonDeptStore5FDirectory: + jumptext CeladonDeptStore5FDirectoryText -MapCeladonDeptStore5FSignpost1Script: ; 0x71020 +CeladonDeptStore5FElevatorButton: jumpstd elevatorbutton -; 0x71023 -UnknownText_0x71023: ; 0x71023 +UnknownText_0x71023: text "I want to buy some" line "items that raise" @@ -50,18 +42,16 @@ UnknownText_0x71023: ; 0x71023 line "I don't have" cont "enough money…" done -; 0x71072 -UnknownText_0x71072: ; 0x71072 +UnknownText_0x71072: text "I want PP UP, so I" line "can raise the PP" para "of moves. But you" line "can't buy it…" done -; 0x710b6 -UnknownText_0x710b6: ; 0x710b6 +UnknownText_0x710b6: text "Using items on" line "them makes #-" cont "MON happy." @@ -69,14 +59,12 @@ UnknownText_0x710b6: ; 0x710b6 para "They hate certain" line "items, though…" done -; 0x71100 -UnknownText_0x71100: ; 0x71100 +CeladonDeptStore5FDirectoryText: text "5F: DRUG STORE" done -; 0x71110 -CeladonDeptStore5F_MapEventHeader: ; 0x71110 +CeladonDeptStore5F_MapEventHeader: ; filler db 0, 0 @@ -91,8 +79,8 @@ CeladonDeptStore5F_MapEventHeader: ; 0x71110 ; signposts db 2 - signpost 0, 14, $0, MapCeladonDeptStore5FSignpost0Script - signpost 0, 3, $0, MapCeladonDeptStore5FSignpost1Script + signpost 0, 14, $0, CeladonDeptStore5FDirectory + signpost 0, 3, $0, CeladonDeptStore5FElevatorButton ; people-events db 5 @@ -101,4 +89,3 @@ CeladonDeptStore5F_MapEventHeader: ; 0x71110 person_event SPRITE_GENTLEMAN, 9, 17, $2, $11, 255, 255, $80, 0, GentlemanScript_0x71014, $ffff person_event SPRITE_SAILOR, 8, 7, $2, $11, 255, 255, $90, 0, SailorScript_0x71017, $ffff person_event SPRITE_TEACHER, 11, 5, $9, $0, 255, 255, $a0, 0, TeacherScript_0x7101a, $ffff -; 0x71170 |