You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
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
File diff suppressed because it is too large
Load Diff
@@ -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