2015-07-10 01:45:35 -07:00
|
|
|
KrissNeighborsHouse_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
KrissNeighborsDaughter:
|
|
|
|
jumptextfaceplayer KrissNeighborsDaughterText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
KrissNeighbor:
|
|
|
|
jumptextfaceplayer KrissNeighborText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
KrissNeighborsHouseBookshelf:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd magazinebookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
KrissNeighborsHouseRadio:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
2015-06-25 21:01:08 -07:00
|
|
|
iftrue .NormalRadio
|
|
|
|
checkevent EVENT_LISTENED_TO_INITIAL_RADIO
|
|
|
|
iftrue .AbbreviatedRadio
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_POKEMON_TALK
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext KrisNeighborRadioText1
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 45
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext KrisNeighborRadioText2
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 45
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext KrisNeighborRadioText3
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 45
|
2015-06-25 21:01:08 -07:00
|
|
|
musicfadeout MUSIC_NEW_BARK_TOWN, $10
|
|
|
|
writetext KrisNeighborRadioText4
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 45
|
|
|
|
loadmovesprites
|
2015-06-25 21:01:08 -07:00
|
|
|
setevent EVENT_LISTENED_TO_INITIAL_RADIO
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
2015-06-25 21:01:08 -07:00
|
|
|
.NormalRadio
|
2015-06-23 14:02:58 -07:00
|
|
|
jumpstd radio1
|
2015-06-25 21:01:08 -07:00
|
|
|
.AbbreviatedRadio
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext KrisNeighborRadioText4
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 45
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
KrissNeighborsDaughterText:
|
2014-03-05 21:29:44 -08: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-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
KrissNeighborText:
|
2014-03-05 21:29:44 -08: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-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
KrisNeighborRadioText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "PROF.OAK'S #MON"
|
|
|
|
line "TALK! Please tune"
|
|
|
|
cont "in next time!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
KrisNeighborRadioText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "#MON CHANNEL!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
KrisNeighborRadioText3:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "This is DJ MARY,"
|
|
|
|
line "your co-host!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
KrisNeighborRadioText4:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "#MON!"
|
|
|
|
line "#MON CHANNEL…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
KrissNeighborsHouse_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 2
|
|
|
|
warp_def $7, $2, 3, GROUP_NEW_BARK_TOWN, MAP_NEW_BARK_TOWN
|
|
|
|
warp_def $7, $3, 3, GROUP_NEW_BARK_TOWN, MAP_NEW_BARK_TOWN
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 3
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 1, 0, SIGNPOST_READ, KrissNeighborsHouseBookshelf
|
|
|
|
signpost 1, 1, SIGNPOST_READ, KrissNeighborsHouseBookshelf
|
|
|
|
signpost 1, 7, SIGNPOST_READ, KrissNeighborsHouseRadio
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 2
|
2015-07-19 01:58:31 -07:00
|
|
|
person_event SPRITE_COOLTRAINER_F, 7, 6, OW_LEFT | $1, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, KrissNeighborsDaughter, -1
|
|
|
|
person_event SPRITE_POKEFAN_F, 7, 9, OW_LEFT | $0, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, KrissNeighbor, EVENT_KRISS_NEIGHBORS_HOUSE_NEIGHBOR
|