pokecrystal-board/maps/CianwoodLugiaSpeechHouse.asm

81 lines
1.6 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
CianwoodLugiaSpeechHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:45:35 -07:00
TeacherScript_0x9e1b0:
jumptextfaceplayer UnknownText_0x9e1bc
2015-07-10 01:45:35 -07:00
LassScript_0x9e1b3:
jumptextfaceplayer UnknownText_0x9e23f
2015-07-10 01:45:35 -07:00
TwinScript_0x9e1b6:
jumptextfaceplayer UnknownText_0x9e2a9
2015-06-25 21:01:08 -07:00
CianwoodLugiaSpeechHouseBookshelf:
jumpstd picturebookshelf
2015-07-10 01:45:35 -07:00
UnknownText_0x9e1bc:
text "You came from"
line "OLIVINE?"
para "Do you remember"
line "the four islands"
cont "along the way?"
para "I heard that a "
line "mythical sea crea-"
cont "ture is hiding in"
cont "them."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x9e23f:
text "I heard that you"
line "can only see it if"
para "you have a SILVER"
line "WING."
para "It must have the"
line "same scent as the"
cont "creature."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x9e2a9:
text "I've heard that"
line "the whirlpools"
para "around the islands"
line "are caused by the"
cont "sea creature."
para "You might need a"
line "special move to"
cont "get past them."
done
2015-07-10 01:45:35 -07:00
CianwoodLugiaSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $7, $2, 6, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
warp_def $7, $3, 6, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
; xy triggers
db 0
; signposts
db 2
2015-06-25 21:01:08 -07:00
signpost 1, 0, $0, CianwoodLugiaSpeechHouseBookshelf
signpost 1, 1, $0, CianwoodLugiaSpeechHouseBookshelf
; people-events
db 3
person_event SPRITE_TEACHER, 8, 6, $6, $0, 255, 255, $0, 0, TeacherScript_0x9e1b0, EVENT_ALWAYS_THERE
person_event SPRITE_LASS, 9, 10, $5, $1, 255, 255, $a0, 0, LassScript_0x9e1b3, EVENT_ALWAYS_THERE
person_event SPRITE_TWIN, 6, 4, $7, $0, 255, 255, $90, 0, TwinScript_0x9e1b6, EVENT_ALWAYS_THERE