mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
63 lines
1.2 KiB
NASM
63 lines
1.2 KiB
NASM
EcruteakLugiaSpeechHouse_MapScriptHeader:
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
|
|
GrampsScript_0x99334:
|
|
jumptextfaceplayer UnknownText_0x9933d
|
|
|
|
YoungsterScript_0x99337:
|
|
jumptextfaceplayer UnknownText_0x993ec
|
|
|
|
LugiaSpeechHouseRadio:
|
|
jumpstd radio2
|
|
|
|
UnknownText_0x9933d:
|
|
text "This happened when"
|
|
line "I was young."
|
|
|
|
para "The sky suddenly"
|
|
line "turned black. A"
|
|
|
|
para "giant flying #-"
|
|
line "MON was blocking"
|
|
cont "out the sun."
|
|
|
|
para "I wonder what that"
|
|
line "#MON was? "
|
|
|
|
para "It was like a bird"
|
|
line "and a dragon."
|
|
done
|
|
|
|
UnknownText_0x993ec:
|
|
text "Is there really a"
|
|
line "#MON that big?"
|
|
|
|
para "If it exists, it"
|
|
line "must be powerful."
|
|
done
|
|
|
|
EcruteakLugiaSpeechHouse_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
; warps
|
|
db 2
|
|
warp_def $7, $3, 7, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
|
|
warp_def $7, $4, 7, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
|
|
|
|
; xy triggers
|
|
db 0
|
|
|
|
; signposts
|
|
db 1
|
|
signpost 1, 2, SIGNPOST_READ, LugiaSpeechHouseRadio
|
|
|
|
; people-events
|
|
db 2
|
|
person_event SPRITE_GRAMPS, 7, 6, DOWN << 2 | $3, $0, -1, -1, $0, 0, GrampsScript_0x99334, -1
|
|
person_event SPRITE_YOUNGSTER, 8, 9, LEFT << 2 | $0, $0, -1, -1, $0, 0, YoungsterScript_0x99337, -1
|