Rename buttonsound to promptbutton
This commit is contained in:
@@ -4,22 +4,22 @@ BillPhoneCalleeScript:
|
||||
checktime NITE
|
||||
iftrue .nitegreet
|
||||
farwritetext BillPhoneMornGreetingText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump .main
|
||||
|
||||
.daygreet
|
||||
farwritetext BillPhoneDayGreetingText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump .main
|
||||
|
||||
.nitegreet
|
||||
farwritetext BillPhoneNiteGreetingText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump .main
|
||||
|
||||
.main
|
||||
farwritetext BillPhoneGenericText
|
||||
buttonsound
|
||||
promptbutton
|
||||
readvar VAR_BOXSPACE
|
||||
getnum STRING_BUFFER_3
|
||||
ifequal 0, .full
|
||||
|
@@ -13,50 +13,50 @@ BrentBillTriviaScript:
|
||||
|
||||
.Father:
|
||||
farwritetext BrentFatherGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Grandpa:
|
||||
farwritetext BrentGrandpaGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Goldenrod:
|
||||
farwritetext BrentGoldenrodGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Route25:
|
||||
farwritetext BrentRoute25GossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Abra:
|
||||
farwritetext BrentAbraGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Sister:
|
||||
farwritetext BrentSisterGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Milk:
|
||||
farwritetext BrentMilkGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Battling:
|
||||
farwritetext BrentBattlingGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.FlowerShop:
|
||||
farwritetext BrentFlowerShopGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.KimonoGirl:
|
||||
farwritetext BrentKimonoGirlGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
@@ -18,17 +18,17 @@ BuenaPhoneScript_CheckTimeOfDayCallee:
|
||||
checktime DAY
|
||||
iftrue .day
|
||||
writetext BuenaPhoneNiteAnswerText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.morn
|
||||
writetext BuenaPhoneMorningAnswerText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.day
|
||||
writetext BuenaPhoneDayAnswerText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
BuenaPhoneScript_AfterMidnightCallee:
|
||||
@@ -43,22 +43,22 @@ BuenaPhoneScript_CheckTimeOfDayCaller:
|
||||
checktime DAY
|
||||
iftrue .day
|
||||
writetext BuenaPhoneNiteText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.morn
|
||||
writetext BuenaPhoneMorningText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.day
|
||||
writetext BuenaPhoneDayText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
BuenaPhoneScript_AfterMidnightCaller:
|
||||
writetext BuenaPhoneMidnightText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
BuenaPhoneScript_Rocket:
|
||||
|
@@ -13,50 +13,50 @@ ChadOakGossipScript:
|
||||
|
||||
.Blue:
|
||||
farwritetext ChadBlueGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Daisy:
|
||||
farwritetext ChadDaisyGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.ProfElm:
|
||||
farwritetext ChadProfElmGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Dream:
|
||||
farwritetext ChadProfOaksDreamGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Kurt:
|
||||
farwritetext ChadKurtGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.League:
|
||||
farwritetext ChadLeagueGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.RadioShow:
|
||||
farwritetext ChadPokemonTalkGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Battling:
|
||||
farwritetext ChadProfOakTrainerGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.DaisyTea:
|
||||
farwritetext ChadDaisyTeaGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Traveled:
|
||||
farwritetext ChadProfOakTravelingGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -76,87 +76,87 @@ Phone_WhosBragging_Male:
|
||||
|
||||
.Jack:
|
||||
farwritetext JackIntelligenceKeepsRisingText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Gaven:
|
||||
farwritetext GavenMonGreaterThanImaginedText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Jose:
|
||||
farwritetext JoseMonsStickHasADeliciousAromaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Joey:
|
||||
farwritetext JoeyMonLookingSharperText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Wade:
|
||||
farwritetext WadeAreYourMonGrowingText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Ralph:
|
||||
farwritetext RalphNeglectingKidsText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Anthony:
|
||||
farwritetext AnthonyMonAteSomeBerriesText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Todd:
|
||||
farwritetext ToddLooksCuteLikeMeText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Arnie:
|
||||
farwritetext ArnieMonIsSoCuteText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Alan:
|
||||
farwritetext AlanGettingStrongerText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Chad:
|
||||
farwritetext ChadObservingWildText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Derek:
|
||||
farwritetext DerekCheekPinchingText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Tully:
|
||||
farwritetext TullyMonHasGrownText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Brent:
|
||||
farwritetext BrentRareTradeText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Vance:
|
||||
farwritetext VanceMonHasBecomeTougherText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Wilton:
|
||||
farwritetext WiltonMonHasGrownText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Parry:
|
||||
farwritetext ParryNothingCanMatchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
Phone_WhosBragging_Female:
|
||||
@@ -172,42 +172,42 @@ Phone_WhosBragging_Female:
|
||||
|
||||
.Beverly:
|
||||
farwritetext BeverlyMadeMonEvenCuterText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Beth:
|
||||
farwritetext BethExhilaratingRideText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Reena:
|
||||
farwritetext ReenaMonsIsAPerfectMatchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Liz:
|
||||
farwritetext LizMonAlwaysWantsToNuzzleText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Gina:
|
||||
farwritetext GinaGettingInSyncWithMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Dana:
|
||||
farwritetext DanaTakingPhotosText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Tiffany:
|
||||
farwritetext TiffanyMonIsAdorableText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Erin:
|
||||
farwritetext ErinMonIsMuchStrongerText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
Phone_WhoDefeatedMon_Male:
|
||||
@@ -232,87 +232,87 @@ Phone_WhoDefeatedMon_Male:
|
||||
|
||||
.Jack:
|
||||
farwritetext JackDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Gaven:
|
||||
farwritetext GavenDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Jose:
|
||||
farwritetext JoseDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Joey:
|
||||
farwritetext JoeyDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Wade:
|
||||
farwritetext WadeDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Ralph:
|
||||
farwritetext RalphDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Anthony:
|
||||
farwritetext AnthonyDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Todd:
|
||||
farwritetext ToddDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Arnie:
|
||||
farwritetext ArnieDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Alan:
|
||||
farwritetext AlanDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Chad:
|
||||
farwritetext ChadDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Derek:
|
||||
farwritetext DerekDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Tully:
|
||||
farwritetext TullyDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Brent:
|
||||
farwritetext BrentDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Vance:
|
||||
farwritetext VanceDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Wilton:
|
||||
farwritetext WiltonDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Parry:
|
||||
farwritetext ParryDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
Phone_WhoDefeatedMon_Female:
|
||||
@@ -328,42 +328,42 @@ Phone_WhoDefeatedMon_Female:
|
||||
|
||||
.Beverly:
|
||||
farwritetext BeverlyDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Beth:
|
||||
farwritetext BethDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Reena:
|
||||
farwritetext ReenaDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Liz:
|
||||
farwritetext LizDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Gina:
|
||||
farwritetext GinaDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Dana:
|
||||
farwritetext DanaDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Tiffany:
|
||||
farwritetext TiffanyDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Erin:
|
||||
farwritetext ErinDefeatedMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
Phone_WhoLostAMon_Male:
|
||||
@@ -388,87 +388,87 @@ Phone_WhoLostAMon_Male:
|
||||
|
||||
.Jack:
|
||||
farwritetext JackLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Gaven:
|
||||
farwritetext GavenLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Jose:
|
||||
farwritetext JoseLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Joey:
|
||||
farwritetext JoeyLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Wade:
|
||||
farwritetext WadeLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Ralph:
|
||||
farwritetext RalphLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Anthony:
|
||||
farwritetext AnthonyLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Todd:
|
||||
farwritetext ToddLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Arnie:
|
||||
farwritetext ArnieLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Alan:
|
||||
farwritetext AlanLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Chad:
|
||||
farwritetext ChadLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Derek:
|
||||
farwritetext DerekLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Tully:
|
||||
farwritetext TullyLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Brent:
|
||||
farwritetext BrentLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Vance:
|
||||
farwritetext VanceLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Wilton:
|
||||
farwritetext WiltonLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Parry:
|
||||
farwritetext ParryLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
Phone_WhoLostAMon_Female:
|
||||
@@ -484,42 +484,42 @@ Phone_WhoLostAMon_Female:
|
||||
|
||||
.Beverly:
|
||||
farwritetext BeverlyLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Beth:
|
||||
farwritetext BethLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Reena:
|
||||
farwritetext ReenaLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Liz:
|
||||
farwritetext LizLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Gina:
|
||||
farwritetext GinaLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Dana:
|
||||
farwritetext DanaLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Tiffany:
|
||||
farwritetext TiffanyLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Erin:
|
||||
farwritetext ErinLostAMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
PhoneScript_WantsToBattle_Male:
|
||||
@@ -552,87 +552,87 @@ PhoneScript_RematchText_Male:
|
||||
|
||||
.Jack:
|
||||
farwritetext JackBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Huey:
|
||||
farwritetext HueyBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Gaven:
|
||||
farwritetext GavenBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Jose:
|
||||
farwritetext JoseBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Joey:
|
||||
farwritetext JoeyBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Wade:
|
||||
farwritetext WadeBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Ralph:
|
||||
farwritetext RalphBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Anthony:
|
||||
farwritetext AnthonyBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Todd:
|
||||
farwritetext ToddBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Arnie:
|
||||
farwritetext ArnieBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Alan:
|
||||
farwritetext AlanBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Chad:
|
||||
farwritetext ChadBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Tully:
|
||||
farwritetext TullyBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Brent:
|
||||
farwritetext BrentBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Vance:
|
||||
farwritetext VanceBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Wilton:
|
||||
farwritetext WiltonBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Parry:
|
||||
farwritetext ParryBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
PhoneScript_RematchText_Female:
|
||||
@@ -647,37 +647,37 @@ PhoneScript_RematchText_Female:
|
||||
|
||||
.Beth:
|
||||
farwritetext BethBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Reena:
|
||||
farwritetext ReenaBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Liz:
|
||||
farwritetext LizBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Gina:
|
||||
farwritetext GinaBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Dana:
|
||||
farwritetext DanaBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Tiffany:
|
||||
farwritetext TiffanyBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Erin:
|
||||
farwritetext ErinBattleRematchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
end
|
||||
|
||||
LizWrongNumberScript:
|
||||
@@ -861,37 +861,37 @@ PhoneScript_BugCatchingContest:
|
||||
|
||||
.Wade:
|
||||
farwritetext WadeBugCatchingContestText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Derek:
|
||||
farwritetext DerekBugCatchingContestText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
IrwinRocketRumorScript:
|
||||
farwritetext IrwinRocketTakeoverRumorText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
GinaRocketRumorScript:
|
||||
farwritetext GinaRocketTakeoverRumorText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
ArnieSwarmScript:
|
||||
farwritetext ArnieSwarmText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
RalphItemScript:
|
||||
farwritetext RalphItemText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
AnthonySwarmScript:
|
||||
farwritetext AnthonySwarmText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
PhoneScript_FoundItem_Male:
|
||||
@@ -952,10 +952,10 @@ PhoneScript_FoundItem_Female:
|
||||
|
||||
ToddItemScript:
|
||||
farwritetext ToddDepartmentStoreBargainSaleText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
KenjiCallingPhoneScript:
|
||||
farwritetext KenjiRemainDedicatedText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
@@ -1,131 +1,131 @@
|
||||
JackPhoneTipsScript:
|
||||
farwritetext JackHeardSomeGreatTipsText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
BeverlyHangUpScript:
|
||||
farwritetext BeverlyLetsChatAboutMonAgainText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
HueyHangUpScript:
|
||||
farwritetext HueyWeHaveToBattleAgainSometimeText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
GavenHangUpNotThursdayScript:
|
||||
farwritetext GavenHangUpNotThursdayText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
BethHangUpScript:
|
||||
farwritetext BethLetsBattleAgainSometimeText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
JoseHangUpScript:
|
||||
farwritetext JoseHaventGottenItemYetText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
ReenaForwardScript:
|
||||
farwritetext ReenaForwardText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
JoeyHangUpScript:
|
||||
farwritetext JoeyDevisingStrategiesText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
WadeNoBerriesScript:
|
||||
farwritetext WadeNoBerriesText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
RalphNoItemScript:
|
||||
farwritetext RalphNoItemText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
LizHangUpScript:
|
||||
farwritetext LizFawningOverMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
AnthonyHangUpScript:
|
||||
farwritetext AnthonyWasntPayingAttentionText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
ToddNoItemScript:
|
||||
farwritetext ToddSavingUpForBargainSaleText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
GinaHangUpScript:
|
||||
farwritetext GinaHaventFoundAnythingYetText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
ArnieHangUpScript:
|
||||
farwritetext ArnieHaventSeenRareMonText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
AlanHangUpScript:
|
||||
farwritetext AlanHaventPickedUpAnythingText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
DanaHangUpScript:
|
||||
farwritetext DanaCanYouWaitABitLongerText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
ChadHangUpScript:
|
||||
farwritetext ChadGoingToStudyHardText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
DerekHangUpScript:
|
||||
farwritetext DerekLetsGetTogetherText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
TullyNoItemScript:
|
||||
farwritetext TullyNoItemText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
BrentHangUpScript:
|
||||
farwritetext BrentSorryImTooBusyText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
TiffanyNoItemScript:
|
||||
farwritetext TiffanyNoItemText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
VanceLookingForwardScript:
|
||||
farwritetext VanceLookingForwardText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
WiltonHaventFoundAnythingScript:
|
||||
farwritetext WiltonHaventFoundAnythingText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
ParryBattleWithMeScript:
|
||||
farwritetext ParryBattleWithMeText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
ErinWorkingHardScript:
|
||||
farwritetext ErinWorkingHardText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
IrwinRandomTextScript:
|
||||
@@ -136,17 +136,17 @@ IrwinRandomTextScript:
|
||||
|
||||
IrwinEscapadeScript:
|
||||
farwritetext IrwinYourEscapadesRockText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
IrwinGoodMatchScript:
|
||||
farwritetext IrwinGoodMatchText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
IrwinSoMuchToChatAboutScript:
|
||||
farwritetext IrwinSoMuchToChatAboutText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
KenjiAnswerPhoneScript:
|
||||
@@ -154,12 +154,12 @@ KenjiAnswerPhoneScript:
|
||||
ifequal 2, .Training
|
||||
ifequal 1, .OnBreak
|
||||
farwritetext KenjiCallMeBackAnotherTimeText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Training:
|
||||
farwritetext KenjiIllHaveTimeToChatTomorrowText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.OnBreak:
|
||||
@@ -169,15 +169,15 @@ KenjiAnswerPhoneScript:
|
||||
iftrue .Night
|
||||
setevent EVENT_KENJI_ON_BREAK
|
||||
farwritetext KenjiTakingABreakText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Morning:
|
||||
farwritetext KenjiHangUpMorningText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Night:
|
||||
farwritetext KenjiHangUpNightText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
@@ -1,49 +1,49 @@
|
||||
BeverlyComePickUpScript:
|
||||
farwritetext BeverlyComePickUpText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
JoseComePickUpScript:
|
||||
farwritetext JoseComePickUpText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
WadeComeQuickScript:
|
||||
farwritetext WadeComeQuickText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
GinaComePickUpScript:
|
||||
farwritetext GinaComePickUpText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
AlanComePickUpScript:
|
||||
farwritetext AlanComePickUpGiftText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
DanaComePickUpScript:
|
||||
farwritetext DanaComePickUpText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
DerekComePickUpScript:
|
||||
farwritetext DerekComePickUpText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
TullyHurryScript:
|
||||
farwritetext TullyHurryText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
TiffanyHurryScript:
|
||||
farwritetext TiffanyHurryText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
WiltonWantThisScript:
|
||||
farwritetext WiltonWantThisText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
@@ -24,65 +24,65 @@ IrwinRumorScript:
|
||||
checkflag ENGINE_PLAINBADGE
|
||||
iftrue .PlainBadge
|
||||
farwritetext IrwinCalledRightAwayText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.PlainBadge:
|
||||
farwritetext IrwinPlainBadgeGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.JasmineReturned:
|
||||
farwritetext IrwinJasmineReturnedGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.RocketHideout:
|
||||
farwritetext IrwinRocketHideoutGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.RadioTower:
|
||||
farwritetext IrwinRadioTowerGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.RisingBadge:
|
||||
farwritetext IrwinRisingBadgeGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.EliteFour:
|
||||
farwritetext IrwinEliteFourGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.VermilionCity:
|
||||
farwritetext IrwinVermilionCityGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.TrainPass:
|
||||
farwritetext IrwinTrainPassGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Snorlax:
|
||||
farwritetext IrwinSnorlaxGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.MtSilver:
|
||||
farwritetext IrwinMtSilverGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.FogBadge:
|
||||
farwritetext IrwinFogBadgeGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.MarshBadge:
|
||||
farwritetext IrwinMarshBadgeGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
@@ -14,55 +14,55 @@ JackTriviaScript:
|
||||
|
||||
.Thunder:
|
||||
farwritetext JackThunderTriviaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Rollout:
|
||||
farwritetext JackRolloutTriviaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Solarbeam:
|
||||
farwritetext JackSolarbeamTriviaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Stomp:
|
||||
farwritetext JackStompTriviaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Gust:
|
||||
farwritetext JackGustTriviaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Twister:
|
||||
farwritetext JackTwisterTriviaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Earthquake:
|
||||
farwritetext JackEarthquakeTriviaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Magnitude:
|
||||
farwritetext JackMagnitudeTriviaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.Sandstorm:
|
||||
farwritetext JackSandstormTriviaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.SunnyDay:
|
||||
farwritetext JackSunnyDayTriviaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
||||
.RainDance:
|
||||
farwritetext JackRainDanceTriviaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
@@ -13,50 +13,50 @@ LizGossipRandomScript:
|
||||
|
||||
.RuinsOfAlph:
|
||||
farwritetext LizRuinsOfAlphGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
.Falkner:
|
||||
farwritetext LizFalknerGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
.Earl:
|
||||
farwritetext LizEarlGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
.SurfPikachu:
|
||||
farwritetext LizSurfPikachuGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
.MooMooMilk:
|
||||
farwritetext LizMooMooMilkGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
.Salon:
|
||||
farwritetext LizSalonGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
.Whitney:
|
||||
farwritetext LizWhitneyGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
.BugCatchingContest:
|
||||
farwritetext LizBugCatchingContestGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
.BeautifulMon:
|
||||
farwritetext LizBeautifulMonGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
.Forgot:
|
||||
farwritetext LizForgotGossipText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
@@ -13,7 +13,7 @@ MomPhoneCalleeScript:
|
||||
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_8
|
||||
iftrue MomPhoneHangUpScript
|
||||
farwritetext MomPhoneGreetingText
|
||||
buttonsound
|
||||
promptbutton
|
||||
getcurlandmarkname STRING_BUFFER_3
|
||||
readvar VAR_ROOFPALETTE
|
||||
ifequal 1, MomPhonePalette1
|
||||
@@ -22,7 +22,7 @@ MomPhoneCalleeScript:
|
||||
|
||||
MomPhoneLandmark:
|
||||
farwritetext MomPhoneLandmarkText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump MomSavingMoney
|
||||
|
||||
MomPhonePalette1:
|
||||
@@ -33,17 +33,17 @@ MomPhonePalette1:
|
||||
ifequal GROUP_AZALEA_TOWN, .azalea
|
||||
ifequal GROUP_GOLDENROD_CITY, .goldenrod
|
||||
farwritetext MomPhoneGenericAreaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump MomSavingMoney
|
||||
|
||||
.newbark
|
||||
farwritetext MomPhoneNewBarkText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump MomSavingMoney
|
||||
|
||||
.cherrygrove
|
||||
farwritetext MomPhoneCherrygroveText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump MomSavingMoney
|
||||
|
||||
.violet
|
||||
@@ -58,12 +58,12 @@ MomPhonePalette1:
|
||||
|
||||
MomPhonePalette2:
|
||||
farwritetext MomOtherAreaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump MomSavingMoney
|
||||
|
||||
MomPhoneOther:
|
||||
farwritetext MomDeterminedText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump MomSavingMoney
|
||||
|
||||
MomSavingMoney:
|
||||
@@ -107,13 +107,13 @@ MomSavingMoney:
|
||||
MomPhoneSaveMoneyScript:
|
||||
setflag ENGINE_MOM_SAVING_MONEY
|
||||
farwritetext MomOKIllSaveText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump MomPhoneHangUpScript
|
||||
|
||||
MomPhoneWontSaveMoneyScript:
|
||||
clearflag ENGINE_MOM_SAVING_MONEY
|
||||
farwritetext MomPhoneWontSaveMoneyText
|
||||
buttonsound
|
||||
promptbutton
|
||||
sjump MomPhoneHangUpScript
|
||||
|
||||
MomPhoneHangUpScript:
|
||||
|
Reference in New Issue
Block a user