2020-07-24 09:49:26 -04:00
|
|
|
object_const_def
|
2018-01-22 19:10:09 -05:00
|
|
|
const PLAYERSNEIGHBORSHOUSE_COOLTRAINER_F
|
|
|
|
const PLAYERSNEIGHBORSHOUSE_POKEFAN_F
|
2015-11-27 00:22:14 -05:00
|
|
|
|
2018-01-22 19:10:09 -05:00
|
|
|
PlayersNeighborsHouse_MapScripts:
|
2020-07-24 09:49:26 -04:00
|
|
|
def_scene_scripts
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_callbacks
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-24 11:12:02 -05:00
|
|
|
PlayersNeighborsDaughterScript:
|
2018-01-22 19:10:09 -05:00
|
|
|
jumptextfaceplayer PlayersNeighborsDaughterText
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-24 11:12:02 -05:00
|
|
|
PlayersNeighborScript:
|
2018-01-22 19:10:09 -05:00
|
|
|
jumptextfaceplayer PlayersNeighborText
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-24 11:12:02 -05:00
|
|
|
PlayersNeighborsHouseBookshelfScript:
|
2020-06-10 16:44:16 -04:00
|
|
|
jumpstd MagazineBookshelfScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-24 11:12:02 -05:00
|
|
|
PlayersNeighborsHouseRadioScript:
|
2013-09-24 03:48:58 -04:00
|
|
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
2015-06-25 22:01:08 -06:00
|
|
|
iftrue .NormalRadio
|
|
|
|
checkevent EVENT_LISTENED_TO_INITIAL_RADIO
|
|
|
|
iftrue .AbbreviatedRadio
|
2014-04-30 06:04:35 -04:00
|
|
|
playmusic MUSIC_POKEMON_TALK
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2018-01-22 19:10:09 -05:00
|
|
|
writetext PlayerNeighborRadioText1
|
2013-02-17 01:54:07 -05:00
|
|
|
pause 45
|
2018-01-22 19:10:09 -05:00
|
|
|
writetext PlayerNeighborRadioText2
|
2013-02-17 01:54:07 -05:00
|
|
|
pause 45
|
2018-01-22 19:10:09 -05:00
|
|
|
writetext PlayerNeighborRadioText3
|
2013-02-17 01:54:07 -05:00
|
|
|
pause 45
|
2018-01-12 01:40:20 -05:00
|
|
|
musicfadeout MUSIC_NEW_BARK_TOWN, 16
|
2018-01-22 19:10:09 -05:00
|
|
|
writetext PlayerNeighborRadioText4
|
2013-02-17 01:54:07 -05:00
|
|
|
pause 45
|
2015-11-25 10:16:29 -05:00
|
|
|
closetext
|
2015-06-25 22:01:08 -06:00
|
|
|
setevent EVENT_LISTENED_TO_INITIAL_RADIO
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
2016-04-10 14:42:14 -04:00
|
|
|
.NormalRadio:
|
2020-06-10 16:44:16 -04:00
|
|
|
jumpstd Radio1Script
|
2016-04-10 14:42:14 -04:00
|
|
|
.AbbreviatedRadio:
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2018-01-22 19:10:09 -05:00
|
|
|
writetext PlayerNeighborRadioText4
|
2013-02-17 01:54:07 -05:00
|
|
|
pause 45
|
2015-11-25 10:16:29 -05:00
|
|
|
closetext
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2018-01-22 19:10:09 -05:00
|
|
|
PlayersNeighborsDaughterText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "PIKACHU is an"
|
|
|
|
line "evolved #MON."
|
|
|
|
|
|
|
|
para "I was amazed by"
|
|
|
|
line "PROF.ELM's find-"
|
|
|
|
cont "ings."
|
|
|
|
|
|
|
|
para "He's so famous for"
|
|
|
|
line "his research on"
|
|
|
|
cont "#MON evolution."
|
|
|
|
|
|
|
|
para "…sigh…"
|
|
|
|
|
|
|
|
para "I wish I could be"
|
|
|
|
line "a researcher like"
|
|
|
|
cont "him…"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-22 19:10:09 -05:00
|
|
|
PlayersNeighborText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "My daughter is"
|
|
|
|
line "adamant about"
|
|
|
|
|
|
|
|
para "becoming PROF."
|
|
|
|
line "ELM's assistant."
|
|
|
|
|
|
|
|
para "She really loves"
|
|
|
|
line "#MON!"
|
|
|
|
|
|
|
|
para "But then, so do I!"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-22 19:10:09 -05:00
|
|
|
PlayerNeighborRadioText1:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "PROF.OAK'S #MON"
|
|
|
|
line "TALK! Please tune"
|
|
|
|
cont "in next time!"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-22 19:10:09 -05:00
|
|
|
PlayerNeighborRadioText2:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "#MON CHANNEL!"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-22 19:10:09 -05:00
|
|
|
PlayerNeighborRadioText3:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "This is DJ MARY,"
|
|
|
|
line "your co-host!"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-22 19:10:09 -05:00
|
|
|
PlayerNeighborRadioText4:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "#MON!"
|
|
|
|
line "#MON CHANNEL…"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-22 19:10:09 -05:00
|
|
|
PlayersNeighborsHouse_MapEvents:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_warp_events
|
2018-02-01 22:22:07 -05:00
|
|
|
warp_event 2, 7, NEW_BARK_TOWN, 3
|
|
|
|
warp_event 3, 7, NEW_BARK_TOWN, 3
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_coord_events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_bg_events
|
2018-02-01 22:22:07 -05:00
|
|
|
bg_event 0, 1, BGEVENT_READ, PlayersNeighborsHouseBookshelfScript
|
|
|
|
bg_event 1, 1, BGEVENT_READ, PlayersNeighborsHouseBookshelfScript
|
|
|
|
bg_event 7, 1, BGEVENT_READ, PlayersNeighborsHouseRadioScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_object_events
|
2018-02-01 22:22:07 -05:00
|
|
|
object_event 2, 3, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, PlayersNeighborsDaughterScript, -1
|
|
|
|
object_event 5, 3, SPRITE_POKEFAN_F, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, PlayersNeighborScript, EVENT_PLAYERS_NEIGHBORS_HOUSE_NEIGHBOR
|