2020-07-24 13:49:26 +00:00
|
|
|
object_const_def
|
2015-11-27 05:22:14 +00:00
|
|
|
const GOLDENRODPPSPEECHHOUSE_FISHER
|
|
|
|
const GOLDENRODPPSPEECHHOUSE_LASS
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
GoldenrodPPSpeechHouse_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
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
GoldenrodPPSpeechHouseFisherScript:
|
|
|
|
jumptextfaceplayer GoldenrodPPSpeechHouseFisherText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
GoldenrodPPSpeechHouseLassScript:
|
|
|
|
jumptextfaceplayer GoldenrodPPSpeechHouseLassText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GoldenrodPPSpeechHouseBookshelf2:
|
2020-06-10 20:44:16 +00:00
|
|
|
jumpstd DifficultBookshelfScript
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GoldenrodPPSpeechHouseBookshelf1:
|
2020-06-10 20:44:16 +00:00
|
|
|
jumpstd MagazineBookshelfScript
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
GoldenrodPPSpeechHouseRadio:
|
2020-06-10 20:44:16 +00:00
|
|
|
jumpstd Radio2Script
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
GoldenrodPPSpeechHouseFisherText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Once while I was"
|
|
|
|
line "battling, my"
|
|
|
|
|
|
|
|
para "#MON couldn't"
|
|
|
|
line "make any moves."
|
|
|
|
|
|
|
|
para "The POWER POINTS,"
|
|
|
|
line "or PP, of its"
|
|
|
|
|
|
|
|
para "moves were all"
|
|
|
|
line "gone."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
GoldenrodPPSpeechHouseLassText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Sometimes, a"
|
|
|
|
line "healthy #MON"
|
|
|
|
|
|
|
|
para "may be unable to"
|
|
|
|
line "use its moves."
|
|
|
|
|
|
|
|
para "If that happens,"
|
|
|
|
line "heal it at a #-"
|
|
|
|
cont "MON CENTER or use"
|
|
|
|
cont "an item."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
GoldenrodPPSpeechHouse_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, GOLDENROD_CITY, 7
|
|
|
|
warp_event 3, 7, GOLDENROD_CITY, 7
|
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, GoldenrodPPSpeechHouseBookshelf1
|
|
|
|
bg_event 1, 1, BGEVENT_READ, GoldenrodPPSpeechHouseBookshelf2
|
|
|
|
bg_event 7, 1, BGEVENT_READ, GoldenrodPPSpeechHouseRadio
|
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, 4, SPRITE_FISHER, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, GoldenrodPPSpeechHouseFisherScript, -1
|
|
|
|
object_event 5, 3, SPRITE_LASS, SPRITEMOVEDATA_STANDING_LEFT, 0, 1, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodPPSpeechHouseLassScript, -1
|