2020-07-24 06:49:26 -07:00
|
|
|
object_const_def
|
2015-11-26 21:22:14 -08:00
|
|
|
const ECRUTEAKLUGIASPEECHHOUSE_GRAMPS
|
|
|
|
const ECRUTEAKLUGIASPEECHHOUSE_YOUNGSTER
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
EcruteakLugiaSpeechHouse_MapScripts:
|
2020-07-24 06:49:26 -07:00
|
|
|
def_scene_scripts
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
EcruteakLugiaSpeechHouseGrampsScript:
|
|
|
|
jumptextfaceplayer EcruteakLugiaSpeechHouseGrampsText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
EcruteakLugiaSpeechHouseYoungsterScript:
|
|
|
|
jumptextfaceplayer EcruteakLugiaSpeechHouseYoungsterText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
LugiaSpeechHouseRadio:
|
2020-06-10 13:44:16 -07:00
|
|
|
jumpstd Radio2Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
EcruteakLugiaSpeechHouseGrampsText:
|
2014-03-05 21:29:44 -08:00
|
|
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
EcruteakLugiaSpeechHouseYoungsterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Is there really a"
|
|
|
|
line "#MON that big?"
|
|
|
|
|
|
|
|
para "If it exists, it"
|
|
|
|
line "must be powerful."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
EcruteakLugiaSpeechHouse_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_warp_events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 3, 7, ECRUTEAK_CITY, 7
|
|
|
|
warp_event 4, 7, ECRUTEAK_CITY, 7
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_coord_events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_bg_events
|
2018-02-01 19:22:07 -08:00
|
|
|
bg_event 2, 1, BGEVENT_READ, LugiaSpeechHouseRadio
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_object_events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 2, 3, SPRITE_GRAMPS, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakLugiaSpeechHouseGrampsScript, -1
|
|
|
|
object_event 5, 4, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakLugiaSpeechHouseYoungsterScript, -1
|