2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const BLUESHOUSE_DAISY
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
BluesHouse_MapScripts:
|
2017-12-24 10:46:34 -08:00
|
|
|
.SceneScripts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
DaisyScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_HOUR
|
2017-12-17 16:48:04 -08:00
|
|
|
if_equal 15, .ThreePM
|
|
|
|
writetext DaisyHelloText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
.ThreePM:
|
2015-07-10 05:08:03 -07:00
|
|
|
checkflag ENGINE_TEA_IN_BLUES_HOUSE
|
2017-12-17 16:48:04 -08:00
|
|
|
iftrue .AlreadyGroomedMon
|
|
|
|
writetext DaisyOfferGroomingText
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2017-12-17 16:48:04 -08:00
|
|
|
iffalse .Refused
|
|
|
|
writetext DaisyWhichMonText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2015-10-12 09:33:24 -07:00
|
|
|
special Special_DaisyMassage
|
2018-01-11 22:40:20 -08:00
|
|
|
if_equal $0, .Refused
|
|
|
|
if_equal $1, .CantGroomEgg
|
2015-07-10 05:08:03 -07:00
|
|
|
setflag ENGINE_TEA_IN_BLUES_HOUSE
|
2017-12-17 16:48:04 -08:00
|
|
|
writetext DaisyAlrightText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-01-02 08:13:57 -08:00
|
|
|
special Special_FadeOutPalettes
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_HEAL
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 60
|
2018-01-02 08:13:57 -08:00
|
|
|
special Special_FadeInPalettes
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-17 16:48:04 -08:00
|
|
|
writetext GroomedMonLooksContentText
|
2018-01-02 08:13:57 -08:00
|
|
|
special Special_PlayCurMonCry
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2017-12-17 16:48:04 -08:00
|
|
|
writetext DaisyAllDoneText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
.AlreadyGroomedMon:
|
|
|
|
writetext DaisyAlreadyGroomedText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
.Refused:
|
|
|
|
writetext DaisyRefusedText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
.CantGroomEgg:
|
|
|
|
writetext DaisyCantGroomEggText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
DaisyHelloText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DAISY: Hi! My kid"
|
|
|
|
line "brother is the GYM"
|
|
|
|
|
|
|
|
para "LEADER in VIRIDIAN"
|
|
|
|
line "CITY."
|
|
|
|
|
|
|
|
para "But he goes out"
|
|
|
|
line "of town so often,"
|
|
|
|
|
|
|
|
para "it causes problems"
|
|
|
|
line "for the trainers."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
DaisyOfferGroomingText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DAISY: Hi! Good"
|
|
|
|
line "timing. I'm about"
|
|
|
|
cont "to have some tea."
|
|
|
|
|
|
|
|
para "Would you like to"
|
|
|
|
line "join me?"
|
|
|
|
|
|
|
|
para "Oh, your #MON"
|
|
|
|
line "are a bit dirty."
|
|
|
|
|
|
|
|
para "Would you like me"
|
|
|
|
line "to groom one?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
DaisyWhichMonText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DAISY: Which one"
|
|
|
|
line "should I groom?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
DaisyAlrightText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DAISY: OK, I'll"
|
|
|
|
line "get it looking"
|
|
|
|
cont "nice in no time."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
GroomedMonLooksContentText:
|
2015-02-10 15:37:24 -08:00
|
|
|
text_from_ram StringBuffer3
|
2014-03-05 21:29:44 -08:00
|
|
|
text " looks"
|
|
|
|
line "content."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
DaisyAllDoneText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DAISY: There you"
|
|
|
|
line "go! All done."
|
|
|
|
|
|
|
|
para "See? Doesn't it"
|
|
|
|
line "look nice?"
|
|
|
|
|
|
|
|
para "It's such a cute"
|
|
|
|
line "#MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
DaisyAlreadyGroomedText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DAISY: I always"
|
|
|
|
line "have tea around"
|
|
|
|
|
|
|
|
para "this time. Come"
|
|
|
|
line "join me."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
DaisyRefusedText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DAISY: You don't"
|
|
|
|
line "want to have one"
|
|
|
|
|
|
|
|
para "groomed? OK, we'll"
|
|
|
|
line "just have tea."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
DaisyCantGroomEggText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DAISY: Oh, sorry."
|
|
|
|
line "I honestly can't"
|
|
|
|
cont "groom an EGG."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
BluesHouse_MapEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2017-12-28 11:31:25 -08:00
|
|
|
warp_def 2, 7, 2, PALLET_TOWN
|
|
|
|
warp_def 3, 7, 2, PALLET_TOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.CoordEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.BGEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.ObjectEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 2, 3, SPRITE_DAISY, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DaisyScript, -1
|