2020-07-24 13:49:26 +00:00
|
|
|
object_const_def
|
2018-01-01 23:08:18 +00:00
|
|
|
const LAVENDERSPEECHHOUSE_POKEFAN_F
|
2015-11-27 05:22:14 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
LavenderSpeechHouse_MapScripts:
|
2020-07-24 13:49:26 +00:00
|
|
|
def_scene_scripts
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_callbacks
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-01 23:08:18 +00:00
|
|
|
LavenderSpeechHousePokefanFScript:
|
|
|
|
jumptextfaceplayer LavenderSpeechHousePokefanFText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-01 23:08:18 +00:00
|
|
|
LavenderSpeechHouseBookshelf:
|
2020-06-10 20:44:16 +00:00
|
|
|
jumpstd PictureBookshelfScript
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-01 23:08:18 +00:00
|
|
|
LavenderSpeechHousePokefanFText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "LAVENDER is a"
|
|
|
|
line "tiny, quiet town"
|
|
|
|
|
|
|
|
para "at the foot of the"
|
|
|
|
line "mountains."
|
|
|
|
|
|
|
|
para "It's gotten a bit"
|
|
|
|
line "busier since the"
|
|
|
|
|
|
|
|
para "RADIO TOWER was"
|
|
|
|
line "built."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
LavenderSpeechHouse_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_warp_events
|
2018-02-02 03:22:07 +00:00
|
|
|
warp_event 2, 7, LAVENDER_TOWN, 3
|
|
|
|
warp_event 3, 7, LAVENDER_TOWN, 3
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_coord_events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_bg_events
|
2018-02-02 03:22:07 +00:00
|
|
|
bg_event 0, 1, BGEVENT_READ, LavenderSpeechHouseBookshelf
|
|
|
|
bg_event 1, 1, BGEVENT_READ, LavenderSpeechHouseBookshelf
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_object_events
|
2018-02-02 03:22:07 +00:00
|
|
|
object_event 2, 3, SPRITE_POKEFAN_F, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, LavenderSpeechHousePokefanFScript, -1
|