pokecrystal-board/maps/CeladonMansionRoof.asm

49 lines
1.1 KiB
NASM
Raw Normal View History

2018-01-31 08:38:45 -08:00
const_def 2 ; object constants
2015-11-26 21:22:14 -08:00
const CELADONMANSIONROOF_FISHER
CeladonMansionRoof_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
2017-12-17 16:48:04 -08:00
CeladonMansionRoofFisherScript:
jumptextfaceplayer CeladonMansionRoofFisherText
2015-07-10 01:45:35 -07:00
MapCeladonMansionRoofSignpost0Script:
jumptext UnknownText_0x71aa1
2017-12-17 16:48:04 -08:00
CeladonMansionRoofFisherText:
text "High places--I do"
line "love them so!"
para "I'd say the only"
line "thing that loves"
para "heights as much as"
line "me is smoke!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x71aa1:
text "There's graffiti"
line "on the wall…"
para "<PLAYER> added a"
line "moustache!"
done
CeladonMansionRoof_MapEvents:
db 0, 0 ; filler
db 3 ; warp events
2018-02-01 19:22:07 -08:00
warp_event 1, 1, CELADON_MANSION_3F, 1
warp_event 6, 1, CELADON_MANSION_3F, 4
warp_event 2, 5, CELADON_MANSION_ROOF_HOUSE, 1
db 0 ; coord events
db 1 ; bg events
2018-02-01 19:22:07 -08:00
bg_event 6, 1, BGEVENT_LEFT, MapCeladonMansionRoofSignpost0Script
db 1 ; object events
2018-02-01 19:22:07 -08:00
object_event 7, 5, SPRITE_FISHER, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CeladonMansionRoofFisherScript, -1