pokecrystal-board/maps/CeladonDeptStore5F.asm

92 lines
1.9 KiB
NASM
Raw Normal View History

2015-06-25 21:01:08 -07:00
CeladonDeptStore5F_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-06-25 21:01:08 -07:00
ClerkScript_0x71004:
faceplayer
loadfont
pokemart $0, $001b
loadmovesprites
end
2015-06-25 21:01:08 -07:00
ClerkScript_0x7100c:
faceplayer
loadfont
pokemart $0, $001c
loadmovesprites
end
2015-06-25 21:01:08 -07:00
GentlemanScript_0x71014:
jumptextfaceplayer UnknownText_0x71023
2015-06-25 21:01:08 -07:00
SailorScript_0x71017:
jumptextfaceplayer UnknownText_0x71072
2015-06-25 21:01:08 -07:00
TeacherScript_0x7101a:
jumptextfaceplayer UnknownText_0x710b6
2015-06-25 21:01:08 -07:00
CeladonDeptStore5FDirectory:
jumptext CeladonDeptStore5FDirectoryText
2015-06-25 21:01:08 -07:00
CeladonDeptStore5FElevatorButton:
2015-06-24 18:26:24 -07:00
jumpstd elevatorbutton
2015-06-25 21:01:08 -07:00
UnknownText_0x71023:
text "I want to buy some"
line "items that raise"
para "#MON stats, but"
line "I don't have"
cont "enough money…"
done
2015-06-25 21:01:08 -07:00
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
2015-06-25 21:01:08 -07:00
UnknownText_0x710b6:
text "Using items on"
line "them makes #-"
cont "MON happy."
para "They hate certain"
line "items, though…"
done
2015-06-25 21:01:08 -07:00
CeladonDeptStore5FDirectoryText:
text "5F: DRUG STORE"
done
2015-06-25 21:01:08 -07:00
CeladonDeptStore5F_MapEventHeader:
; filler
db 0, 0
; warps
db 3
warp_def $0, $c, 1, GROUP_CELADON_DEPT_STORE_4F, MAP_CELADON_DEPT_STORE_4F
warp_def $0, $f, 1, GROUP_CELADON_DEPT_STORE_6F, MAP_CELADON_DEPT_STORE_6F
warp_def $0, $2, 1, GROUP_CELADON_DEPT_STORE_ELEVATOR, MAP_CELADON_DEPT_STORE_ELEVATOR
; xy triggers
db 0
; signposts
db 2
2015-06-25 21:01:08 -07:00
signpost 0, 14, $0, CeladonDeptStore5FDirectory
signpost 0, 3, $0, CeladonDeptStore5FElevatorButton
; people-events
db 5
2015-07-12 21:16:35 -07:00
person_event SPRITE_CLERK, 9, 11, $7, $0, 255, 255, $90, 0, ClerkScript_0x71004, -1
person_event SPRITE_CLERK, 9, 12, $7, $0, 255, 255, $90, 0, ClerkScript_0x7100c, -1
person_event SPRITE_GENTLEMAN, 9, 17, $2, $11, 255, 255, $80, 0, GentlemanScript_0x71014, -1
person_event SPRITE_SAILOR, 8, 7, $2, $11, 255, 255, $90, 0, SailorScript_0x71017, -1
person_event SPRITE_TEACHER, 11, 5, $9, $0, 255, 255, $a0, 0, TeacherScript_0x7101a, -1