2020-07-24 09:49:26 -04:00
|
|
|
object_const_def
|
2018-01-23 01:03:47 -05:00
|
|
|
const BILLSFAMILYSHOUSE_BILL
|
|
|
|
const BILLSFAMILYSHOUSE_POKEFAN_F
|
|
|
|
const BILLSFAMILYSHOUSE_TWIN
|
2015-11-27 00:22:14 -05:00
|
|
|
|
2018-01-23 01:03:47 -05:00
|
|
|
BillsFamilysHouse_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-23 01:03:47 -05:00
|
|
|
BillScript:
|
2013-02-17 01:54:07 -05:00
|
|
|
faceplayer
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2013-09-24 03:48:58 -04:00
|
|
|
checkevent EVENT_GOT_EEVEE
|
2018-02-28 17:47:31 -05:00
|
|
|
iftrue .GotEevee
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext BillTakeThisEeveeText
|
2013-02-17 01:54:07 -05:00
|
|
|
yesorno
|
2018-02-28 17:47:31 -05:00
|
|
|
iffalse .Refused
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext BillImCountingOnYouText
|
2019-11-03 12:48:54 -05:00
|
|
|
promptbutton
|
2015-11-25 10:16:29 -05:00
|
|
|
waitsfx
|
2019-03-10 15:31:59 -04:00
|
|
|
readvar VAR_PARTYCOUNT
|
2018-02-28 17:47:31 -05:00
|
|
|
ifequal PARTY_LENGTH, .NoRoom
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext ReceivedEeveeText
|
2014-04-30 06:04:35 -04:00
|
|
|
playsound SFX_CAUGHT_MON
|
2015-11-25 10:16:29 -05:00
|
|
|
waitsfx
|
2015-10-31 21:05:02 -04:00
|
|
|
givepoke EEVEE, 20
|
2013-09-24 03:48:58 -04:00
|
|
|
setevent EVENT_GOT_EEVEE
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext BillEeveeMayEvolveText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 17:47:31 -05:00
|
|
|
.NoRoom:
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext BillPartyFullText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 17:47:31 -05:00
|
|
|
.Refused:
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext BillNoEeveeText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 17:47:31 -05:00
|
|
|
.GotEevee:
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext BillPopWontWorkText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-01-23 01:03:47 -05:00
|
|
|
BillsMomScript:
|
2013-02-17 01:54:07 -05:00
|
|
|
faceplayer
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2015-07-10 06:08:03 -06:00
|
|
|
checkevent EVENT_MET_BILL
|
2018-02-28 17:47:31 -05:00
|
|
|
iffalse .HaventMetBill
|
2019-11-03 14:47:06 -05:00
|
|
|
writetext BillsMomText_BeforeEcruteak
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 17:47:31 -05:00
|
|
|
.HaventMetBill:
|
2019-11-03 14:47:06 -05:00
|
|
|
writetext BillsMomText_AfterEcruteak
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-01-23 01:03:47 -05:00
|
|
|
BillsSisterScript:
|
2013-02-17 01:54:07 -05:00
|
|
|
faceplayer
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2015-07-18 23:45:39 -04:00
|
|
|
checkcellnum PHONE_BILL
|
2018-02-28 17:47:31 -05:00
|
|
|
iftrue .GotBillsNumber
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext BillsSisterUsefulNumberText
|
2015-07-18 23:45:39 -04:00
|
|
|
askforphonenumber PHONE_BILL
|
2018-02-28 17:47:31 -05:00
|
|
|
ifequal PHONE_CONTACTS_FULL, .NoRoom
|
|
|
|
ifequal PHONE_CONTACT_REFUSED, .Refused
|
2015-11-25 10:16:29 -05:00
|
|
|
waitsfx
|
2015-07-18 23:45:39 -04:00
|
|
|
addcellnum PHONE_BILL
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext RecordedBillsNumberText
|
2014-04-30 06:04:35 -04:00
|
|
|
playsound SFX_REGISTER_PHONE_NUMBER
|
2015-11-25 10:16:29 -05:00
|
|
|
waitsfx
|
2019-11-03 12:48:54 -05:00
|
|
|
promptbutton
|
2018-02-28 17:47:31 -05:00
|
|
|
.GotBillsNumber:
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext BillsSisterStorageSystemText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 17:47:31 -05:00
|
|
|
.Refused:
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext BillsSisterRefusedNumberText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 17:47:31 -05:00
|
|
|
.NoRoom:
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext BillsSisterPhoneFullText
|
2019-11-03 12:48:54 -05:00
|
|
|
promptbutton
|
2019-03-10 16:39:31 -04:00
|
|
|
sjump .Refused
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2015-06-25 22:01:08 -06:00
|
|
|
BillsHouseBookshelf1:
|
2020-06-10 16:44:16 -04:00
|
|
|
jumpstd PictureBookshelfScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2015-06-25 22:01:08 -06:00
|
|
|
BillsHouseBookshelf2:
|
2020-06-10 16:44:16 -04:00
|
|
|
jumpstd MagazineBookshelfScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2015-06-25 22:01:08 -06:00
|
|
|
BillsHouseRadio:
|
2020-06-10 16:44:16 -04:00
|
|
|
jumpstd Radio2Script
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
BillTakeThisEeveeText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "BILL: Hi, <PLAYER>!"
|
2014-03-06 00:29:44 -05:00
|
|
|
line "Do us a favor and"
|
|
|
|
cont "take this EEVEE."
|
|
|
|
|
|
|
|
para "It came over when"
|
|
|
|
line "I was adjusting"
|
|
|
|
cont "the TIME CAPSULE."
|
|
|
|
|
|
|
|
para "Someone has to"
|
|
|
|
line "take care of it,"
|
|
|
|
|
|
|
|
para "but I don't like"
|
|
|
|
line "being outside."
|
|
|
|
|
|
|
|
para "Can I count on you"
|
|
|
|
line "to play with it,"
|
2015-06-27 21:59:17 -07:00
|
|
|
cont "<PLAYER>?"
|
2014-03-06 00:29:44 -05:00
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
BillImCountingOnYouText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "BILL: I knew you'd"
|
|
|
|
line "come through!"
|
|
|
|
|
|
|
|
para "Way to go! You're"
|
|
|
|
line "the real deal!"
|
|
|
|
|
|
|
|
para "OK, I'm counting"
|
|
|
|
line "on you."
|
|
|
|
|
|
|
|
para "Take good care of"
|
|
|
|
line "it!"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
ReceivedEeveeText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> received"
|
2014-03-06 00:29:44 -05:00
|
|
|
line "EEVEE!"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
BillEeveeMayEvolveText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "BILL: PROF.ELM"
|
|
|
|
line "claims EEVEE may"
|
|
|
|
|
|
|
|
para "evolve in new and"
|
|
|
|
line "unknown ways."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
BillPartyFullText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Whoa, wait. You"
|
|
|
|
line "can't carry any"
|
|
|
|
cont "more #MON."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
BillNoEeveeText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Oh… Now what to"
|
|
|
|
line "do?"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
BillPopWontWorkText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "BILL: My pop, he"
|
|
|
|
line "won't work. All he"
|
|
|
|
|
|
|
|
para "does is goof off"
|
|
|
|
line "all day long."
|
|
|
|
|
|
|
|
para "He's getting to be"
|
|
|
|
line "a real headache…"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2019-11-03 14:47:06 -05:00
|
|
|
BillsMomText_BeforeEcruteak:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Oh, you collect"
|
|
|
|
line "#MON? My son"
|
|
|
|
cont "BILL is an expert."
|
|
|
|
|
|
|
|
para "He just got called"
|
|
|
|
line "to the #MON"
|
|
|
|
|
|
|
|
para "CENTER in ECRUTEAK"
|
|
|
|
line "CITY."
|
|
|
|
|
|
|
|
para "My husband went"
|
|
|
|
line "off to the GAME"
|
|
|
|
|
|
|
|
para "CORNER without"
|
|
|
|
line "being called…"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2019-11-03 14:47:06 -05:00
|
|
|
BillsMomText_AfterEcruteak:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "My husband was"
|
|
|
|
line "once known as a"
|
|
|
|
|
|
|
|
para "#MANIAC."
|
|
|
|
line "BILL must have"
|
|
|
|
|
|
|
|
para "taken after his"
|
|
|
|
line "father."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
BillsSisterUsefulNumberText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Are you a trainer?"
|
|
|
|
|
|
|
|
para "I've got a useful"
|
|
|
|
line "phone number for"
|
|
|
|
cont "you."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
RecordedBillsNumberText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> recorded"
|
2014-03-06 00:29:44 -05:00
|
|
|
line "BILL's number."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
BillsSisterRefusedNumberText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "My brother made"
|
|
|
|
line "the PC #MON"
|
|
|
|
cont "storage system."
|
|
|
|
|
|
|
|
para "I was going to"
|
|
|
|
line "give you BILL's"
|
|
|
|
cont "number…"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
BillsSisterPhoneFullText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "You can't record"
|
|
|
|
line "any more numbers."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
BillsSisterStorageSystemText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "My big brother"
|
|
|
|
line "BILL made the PC"
|
|
|
|
|
|
|
|
para "#MON storage"
|
|
|
|
line "system."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-23 01:03:47 -05:00
|
|
|
BillsFamilysHouse_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, GOLDENROD_CITY, 4
|
|
|
|
warp_event 3, 7, GOLDENROD_CITY, 4
|
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, BillsHouseBookshelf2
|
|
|
|
bg_event 1, 1, BGEVENT_READ, BillsHouseBookshelf1
|
|
|
|
bg_event 7, 1, BGEVENT_READ, BillsHouseRadio
|
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_BILL, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, BillScript, EVENT_MET_BILL
|
|
|
|
object_event 5, 3, SPRITE_POKEFAN_F, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, BillsMomScript, -1
|
|
|
|
object_event 5, 4, SPRITE_TWIN, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, BillsSisterScript, -1
|