Rename buttonsound to promptbutton

This commit is contained in:
Rangi 2019-11-03 12:48:54 -05:00
parent 5134266b9a
commit 4aeab6b879
149 changed files with 804 additions and 801 deletions

View File

@ -94,7 +94,7 @@ _GrewToLevelText::
text_decimal wCurPartyLevel, 1, 3
text "!@"
sound_dex_fanfare_50_79 ; plays SFX_DEX_FANFARE_50_79, identical to SFX_LEVEL_UP
text_waitbutton
text_promptbutton
text_end
text_end ; unused
@ -1343,7 +1343,7 @@ _ReceiveItemText::
text_ram wStringBuffer1
text "!@"
sound_item
text_waitbutton
text_promptbutton
text_end
text_end ; unused

View File

@ -314,7 +314,7 @@ _CutNothingText::
_BlindingFlashText::
text "A blinding FLASH"
line "lights the area!@"
text_waitbutton
text_promptbutton
text_end
text_end ; unused
@ -794,7 +794,7 @@ _BreedEggHatchText::
text " came"
line "out of its EGG!@"
sound_caught_mon
text_waitbutton
text_promptbutton
text_end
text_end ; unused
@ -1055,7 +1055,7 @@ _KarpGuruRecordText::
text " caught by"
line "@"
text_ram wMagikarpRecordHoldersName
text_waitbutton
text_promptbutton
text_end
text_end ; unused
@ -1551,7 +1551,7 @@ _OakText2::
text_end
_OakText3::
text_waitbutton
text_promptbutton
text_end
text_end ; unused

View File

@ -959,7 +959,7 @@ _LearnedMoveText::
text_ram wStringBuffer2
text "!@"
sound_dex_fanfare_50_79
text_waitbutton
text_promptbutton
text_end
text_end ; unused
@ -1244,7 +1244,7 @@ Text_BallCaught::
text_end ; unused
_WaitButtonText::
text_waitbutton
text_promptbutton
text_end
text_end ; unused
@ -1261,7 +1261,7 @@ _NewDexDataText::
line "was newly added to"
cont "the #DEX.@"
sound_slot_machine_start
text_waitbutton
text_promptbutton
text_end
text_end ; unused
@ -1308,7 +1308,7 @@ _FluteWakeUpText::
Text_PlayedPokeFlute::
text "<PLAYER> played the"
line "# FLUTE.@"
text_waitbutton
text_promptbutton
text_end
text_end ; unused

View File

@ -298,7 +298,7 @@ If <code><i>item_id</i></code> = `USE_SCRIPT_VAR`, then it uses `[wScriptVar]` i
## `$54`: `waitbutton`
## `$55`: `buttonsound`
## `$55`: `promptbutton`
## `$56`: <code>pokepic <i>mon_id</i></code>

View File

@ -35,7 +35,7 @@ Draw a box.
Write text at (1, 16).
## `$06`: `text_waitbutton`
## `$06`: `text_promptbutton`
Wait for button press; show arrow.
@ -71,7 +71,7 @@ Play `SFX_DEX_FANFARE_50_79`.
Print *n* `"…"`s, pausing for 10 frames after each; interrupt if A or B is pressed.
## `$0D`: `text_linkwaitbutton`
## `$0D`: `text_linkpromptbutton`
Wait for button press; show arrow.

View File

@ -4,7 +4,7 @@ FruitTreeScript::
readmem wCurFruit
getitemname STRING_BUFFER_3, USE_SCRIPT_VAR
writetext FruitBearingTreeText
buttonsound
promptbutton
callasm TryResetFruitTrees
callasm CheckFruitTree
iffalse .fruit
@ -17,7 +17,7 @@ FruitTreeScript::
readmem wCurFruit
giveitem ITEM_FROM_MEM
iffalse .packisfull
buttonsound
promptbutton
writetext ObtainedFruitText
callasm PickedFruitTree
specialsound
@ -25,7 +25,7 @@ FruitTreeScript::
sjump .end
.packisfull
buttonsound
promptbutton
writetext FruitPackIsFullText
waitbutton

View File

@ -22,7 +22,7 @@ HiddenItemScript::
sjump .finish
.bag_full
buttonsound
promptbutton
writetext .ButNoSpaceText
waitbutton

View File

@ -69,33 +69,33 @@ PokecenterNurseScript:
checkevent EVENT_WELCOMED_TO_POKECOM_CENTER
iftrue .morn_comcenter
farwritetext NurseMornText
buttonsound
promptbutton
sjump .ok
.morn_comcenter
farwritetext PokeComNurseMornText
buttonsound
promptbutton
sjump .ok
.day
checkevent EVENT_WELCOMED_TO_POKECOM_CENTER
iftrue .day_comcenter
farwritetext NurseDayText
buttonsound
promptbutton
sjump .ok
.day_comcenter
farwritetext PokeComNurseDayText
buttonsound
promptbutton
sjump .ok
.nite
checkevent EVENT_WELCOMED_TO_POKECOM_CENTER
iftrue .nite_comcenter
farwritetext NurseNiteText
buttonsound
promptbutton
sjump .ok
.nite_comcenter
farwritetext PokeComNurseNiteText
buttonsound
promptbutton
sjump .ok
.ok
@ -326,19 +326,19 @@ BugContestResultsScript:
ifequal 2, BugContestResults_SecondPlace
ifequal 3, BugContestResults_ThirdPlace
farwritetext ContestResults_ConsolationPrizeText
buttonsound
promptbutton
waitsfx
verbosegiveitem BERRY
iffalse BugContestResults_NoRoomForBerry
BugContestResults_DidNotWin:
farwritetext ContestResults_DidNotWinText
buttonsound
promptbutton
sjump BugContestResults_FinishUp
BugContestResults_ReturnAfterWinnersPrize:
farwritetext ContestResults_JoinUsNextTimeText
buttonsound
promptbutton
BugContestResults_FinishUp:
checkevent EVENT_LEFT_MONS_WITH_CONTEST_OFFICER
@ -408,25 +408,25 @@ BugContestResults_ThirdPlace:
BugContestResults_NoRoomForSunStone:
farwritetext BugContestPrizeNoRoomText
buttonsound
promptbutton
setevent EVENT_CONTEST_OFFICER_HAS_SUN_STONE
sjump BugContestResults_ReturnAfterWinnersPrize
BugContestResults_NoRoomForEverstone:
farwritetext BugContestPrizeNoRoomText
buttonsound
promptbutton
setevent EVENT_CONTEST_OFFICER_HAS_EVERSTONE
sjump BugContestResults_ReturnAfterWinnersPrize
BugContestResults_NoRoomForGoldBerry:
farwritetext BugContestPrizeNoRoomText
buttonsound
promptbutton
setevent EVENT_CONTEST_OFFICER_HAS_GOLD_BERRY
sjump BugContestResults_ReturnAfterWinnersPrize
BugContestResults_NoRoomForBerry:
farwritetext BugContestPrizeNoRoomText
buttonsound
promptbutton
setevent EVENT_CONTEST_OFFICER_HAS_BERRY
sjump BugContestResults_DidNotWin
@ -786,7 +786,7 @@ RegisteredNumberMScript:
farwritetext RegisteredNumber1Text
playsound SFX_REGISTER_PHONE_NUMBER
waitsfx
buttonsound
promptbutton
end
NumberAcceptedMScript:
@ -1279,31 +1279,31 @@ GiftMScript:
.Jose:
farwritetext JoseGiftText
buttonsound
promptbutton
end
.Wade:
farwritetext WadeGiftText
buttonsound
promptbutton
end
.Alan:
farwritetext AlanGiftText
buttonsound
promptbutton
end
.Derek:
farwritetext DerekGiftText
buttonsound
promptbutton
end
.Tully:
farwritetext TullyGiftText
buttonsound
promptbutton
end
.Wilton:
farwritetext WiltonGiftText
buttonsound
promptbutton
end
.Kenji:
farwritetext KenjiGiftText
buttonsound
promptbutton
end
PackFullMScript:
@ -1386,19 +1386,19 @@ RematchGiftMScript:
.Huey:
farwritetext HueyRematchGiftText
buttonsound
promptbutton
end
.Joey:
farwritetext JoeyRematchGiftText
buttonsound
promptbutton
end
.Vance:
farwritetext VanceRematchGiftText
buttonsound
promptbutton
end
.Parry:
farwritetext ParryRematchGiftText
buttonsound
promptbutton
end
AskNumber1FScript:
@ -1477,7 +1477,7 @@ RegisteredNumberFScript:
farwritetext RegisteredNumber2Text
playsound SFX_REGISTER_PHONE_NUMBER
waitsfx
buttonsound
promptbutton
end
NumberAcceptedFScript:
@ -1691,19 +1691,19 @@ GiftFScript:
.Beverly:
farwritetext BeverlyGiftText
buttonsound
promptbutton
end
.Gina:
farwritetext GinaGiftText
buttonsound
promptbutton
end
.Dana:
farwritetext DanaGiftText
buttonsound
promptbutton
end
.Tiffany:
farwritetext TiffanyGiftText
buttonsound
promptbutton
end
PackFullFScript:
@ -1747,7 +1747,7 @@ RematchGiftFScript:
.Erin:
opentext
farwritetext ErinRematchGiftText
buttonsound
promptbutton
end
GymStatue1Script:
@ -1762,7 +1762,7 @@ GymStatue2Script:
getcurlandmarkname STRING_BUFFER_3
opentext
farwritetext GymStatue_CityGymText
buttonsound
promptbutton
farwritetext GymStatue_WinningTrainersText
waitbutton
closetext
@ -1786,7 +1786,7 @@ GameCornerCoinVendorScript:
faceplayer
opentext
farwritetext CoinVendor_WelcomeText
buttonsound
promptbutton
checkitem COIN_CASE
iftrue CoinVendor_IntroScript
farwritetext CoinVendor_NoCoinCaseText

View File

@ -148,7 +148,7 @@ ScriptCommandTable:
dw Script_farjumptext ; 52
dw Script_jumptext ; 53
dw Script_waitbutton ; 54
dw Script_buttonsound ; 55
dw Script_promptbutton ; 55
dw Script_pokepic ; 56
dw Script_closepokepic ; 57
dw Script__2dmenu ; 58
@ -398,7 +398,7 @@ Script_waitbutton:
jp WaitButton
Script_buttonsound:
Script_promptbutton:
; script command 0x55
ldh a, [hOAMUpdate]
@ -406,7 +406,7 @@ Script_buttonsound:
ld a, $1
ldh [hOAMUpdate], a
call WaitBGMap
call ButtonSound
call PromptButton
pop af
ldh [hOAMUpdate], a
ret
@ -525,7 +525,7 @@ GiveItemScript:
end
.Full:
buttonsound
promptbutton
pocketisfull
end

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -869,7 +869,7 @@ DayCareMon1:
ld a, [wDayCareLady]
bit DAYCARELADY_HAS_MON_F, a
jr z, DayCareMonCursor
call ButtonSound
call PromptButton
ld hl, wBreedMon2Nick
call DayCareMonCompatibilityText
jp PrintText
@ -882,7 +882,7 @@ DayCareMon2:
ld a, [wDayCareMan]
bit DAYCAREMAN_HAS_MON_F, a
jr z, DayCareMonCursor
call ButtonSound
call PromptButton
ld hl, wBreedMon1Nick
call DayCareMonCompatibilityText
jp PrintText

View File

@ -372,7 +372,7 @@ SimpleWaitPressAorB::
jr z, .loop
ret
ButtonSound::
PromptButton::
ld a, [wLinkMode]
and a
jr nz, .link

View File

@ -478,7 +478,7 @@ Paragraph::
.linkbattle
call Text_WaitBGMap
call ButtonSound
call PromptButton
hlcoord TEXTBOX_INNERX, TEXTBOX_INNERY
lb bc, TEXTBOX_INNERH - 1, TEXTBOX_INNERW
call ClearBox
@ -499,7 +499,7 @@ _ContText::
call Text_WaitBGMap
push de
call ButtonSound
call PromptButton
pop de
ld a, [wLinkMode]
@ -545,7 +545,7 @@ PromptText::
.ok
call Text_WaitBGMap
call ButtonSound
call PromptButton
ld a, [wLinkMode]
cp LINK_COLOSSEUM
jr z, DoneText
@ -692,14 +692,14 @@ TextCommands::
dw TextCommand_MOVE ; TX_MOVE
dw TextCommand_BOX ; TX_BOX
dw TextCommand_LOW ; TX_LOW
dw TextCommand_WAIT_BUTTON ; TX_WAIT_BUTTON
dw TextCommand_PROMPT_BUTTON ; TX_PROMPT_BUTTON
dw TextCommand_SCROLL ; TX_SCROLL
dw TextCommand_START_ASM ; TX_START_ASM
dw TextCommand_NUM ; TX_NUM
dw TextCommand_PAUSE ; TX_PAUSE
dw TextCommand_SOUND ; TX_SOUND_DEX_FANFARE_50_79
dw TextCommand_DOTS ; TX_DOTS
dw TextCommand_LINK_WAIT_BUTTON ; TX_LINK_WAIT_BUTTON
dw TextCommand_LINK_PROMPT_BUTTON ; TX_LINK_PROMPT_BUTTON
dw TextCommand_SOUND ; TX_SOUND_DEX_FANFARE_20_49
dw TextCommand_SOUND ; TX_SOUND_ITEM
dw TextCommand_SOUND ; TX_SOUND_CAUGHT_MON
@ -834,22 +834,22 @@ TextCommand_LOW::
bccoord TEXTBOX_INNERX, TEXTBOX_INNERY + 2
ret
TextCommand_WAIT_BUTTON::
; text_waitbutton
TextCommand_PROMPT_BUTTON::
; text_promptbutton
; wait for button press
; show arrow
; [06]
ld a, [wLinkMode]
cp LINK_COLOSSEUM
jp z, TextCommand_LINK_WAIT_BUTTON
jp z, TextCommand_LINK_PROMPT_BUTTON
cp LINK_MOBILE
jp z, TextCommand_LINK_WAIT_BUTTON
jp z, TextCommand_LINK_PROMPT_BUTTON
push hl
call LoadBlinkingCursor
push bc
call ButtonSound
call PromptButton
pop bc
call UnloadBlinkingCursor
pop hl
@ -1005,13 +1005,13 @@ TextCommand_DOTS::
pop hl
ret
TextCommand_LINK_WAIT_BUTTON::
; text_linkwaitbutton
TextCommand_LINK_PROMPT_BUTTON::
; text_linkpromptbutton
; wait for key down
; display arrow
push hl
push bc
call ButtonSound
call PromptButton
pop bc
pop hl
ret

View File

@ -96,6 +96,7 @@ loadmenuheader EQUS "loadmenu"
writebackup EQUS "closewindow"
interpretmenu EQUS "_2dmenu"
interpretmenu2 EQUS "verticalmenu"
buttonsound EQUS "promptbutton"
battlecheck EQUS "randomwildmon"
loadtrainerdata EQUS "loadtemptrainer"
loadpokedata EQUS "loadwildmon"
@ -231,7 +232,9 @@ start_asm EQUS "text_asm"
deciram EQUS "text_decimal"
interpret_data EQUS "text_pause"
limited_interpret_data EQUS "text_dots"
link_wait_button EQUS "text_linkwaitbutton"
text_waitbutton EQUS "text_promptbutton"
link_wait_button EQUS "text_linkpromptbutton"
text_linkwaitbutton EQUS "text_linkpromptbutton"
current_day EQUS "text_today"
text_jump EQUS "text_far"

View File

@ -553,9 +553,9 @@ waitbutton: MACRO
db waitbutton_command
ENDM
enum buttonsound_command ; $55
buttonsound: MACRO
db buttonsound_command
enum promptbutton_command ; $55
promptbutton: MACRO
db promptbutton_command
ENDM
enum pokepic_command ; $56

View File

@ -46,9 +46,9 @@ text_low: MACRO
db TX_LOW
ENDM
enum TX_WAIT_BUTTON ; $06
text_waitbutton: MACRO
db TX_WAIT_BUTTON
enum TX_PROMPT_BUTTON ; $06
text_promptbutton: MACRO
db TX_PROMPT_BUTTON
ENDM
enum TX_SCROLL ; $07
@ -84,9 +84,9 @@ text_dots: MACRO
db \1
ENDM
enum TX_LINK_WAIT_BUTTON ; $0d
text_linkwaitbutton: MACRO
db TX_LINK_WAIT_BUTTON
enum TX_LINK_PROMPT_BUTTON ; $0d
text_linkpromptbutton: MACRO
db TX_LINK_PROMPT_BUTTON
ENDM
enum TX_SOUND_DEX_FANFARE_20_49 ; $0e

View File

@ -40,7 +40,7 @@ AzaleaGymBugsyScript:
setevent EVENT_BEAT_BUG_CATCHER_AL
setevent EVENT_BEAT_BUG_CATCHER_JOSH
writetext BugsyText_HiveBadgeSpeech
buttonsound
promptbutton
verbosegiveitem TM_FURY_CUTTER
iffalse .NoRoomForFuryCutter
setevent EVENT_GOT_TM49_FURY_CUTTER

View File

@ -157,10 +157,10 @@ AzaleaTownCelebiScene:
applymovement PLAYER, AzaleaTownPlayerLeavesKurtsHouseMovement
opentext
writetext AzaleaTownKurtText1
buttonsound
promptbutton
turnobject AZALEATOWN_KURT_OUTSIDE, RIGHT
writetext AzaleaTownKurtText2
buttonsound
promptbutton
writetext AzaleaTownKurtText3
waitbutton
verbosegiveitem GS_BALL

View File

@ -57,7 +57,7 @@ BattleTower1FReceptionistScript:
ifequal $3, Script_BeatenAllTrainers2 ; maps/BattleTowerBattleRoom.asm
opentext
writetext Text_BattleTowerWelcomesYou
buttonsound
promptbutton
setval BATTLETOWERACTION_CHECK_EXPLANATION_READ ; if new save file: bit 1, [sBattleTowerSaveFileFlags]
special BattleTowerAction
ifnotequal $0, Script_Menu_ChallengeExplanationCancel
@ -528,7 +528,7 @@ Text_PlayerGotFive:
text_ram wStringBuffer4
text "!@"
sound_item
text_waitbutton
text_promptbutton
text_end
Text_YourPackIsStuffedFull:

View File

@ -28,7 +28,7 @@ Script_BattleRoomLoop:
applymovement BATTLETOWERBATTLEROOM_YOUNGSTER, MovementData_BattleTowerBattleRoomOpponentWalksIn
opentext
battletowertext BATTLETOWERTEXT_INTRO
buttonsound
promptbutton
closetext
special BattleTowerBattle ; calls predef startbattle
special FadeOutPalettes

View File

@ -17,7 +17,7 @@ BillScript:
yesorno
iffalse .Refused
writetext BillImCountingOnYouText
buttonsound
promptbutton
waitsfx
readvar VAR_PARTYCOUNT
ifequal PARTY_LENGTH, .NoRoom
@ -79,7 +79,7 @@ BillsSisterScript:
writetext RecordedBillsNumberText
playsound SFX_REGISTER_PHONE_NUMBER
waitsfx
buttonsound
promptbutton
.GotBillsNumber:
writetext BillsSisterStorageSystemText
waitbutton
@ -94,7 +94,7 @@ BillsSisterScript:
.NoRoom:
writetext BillsSisterPhoneFullText
buttonsound
promptbutton
sjump .Refused
BillsHouseBookshelf1:

View File

@ -16,7 +16,7 @@ BillsGrandpa:
checkevent EVENT_MET_BILLS_GRANDPA
iftrue .MetGrandpa
writetext BillsGrandpaIntroText
buttonsound
promptbutton
setevent EVENT_MET_BILLS_GRANDPA
.MetGrandpa:
checkevent EVENT_SHOWED_PICHU_TO_BILLS_GRANDPA
@ -30,7 +30,7 @@ BillsGrandpa:
checkevent EVENT_SHOWED_LICKITUNG_TO_BILLS_GRANDPA
iftrue .ShowedLickitung
writetext BillsGrandpaLickitungText
buttonsound
promptbutton
writetext BillsGrandpaAskToSeeMonText
yesorno
iffalse .SaidNo
@ -44,7 +44,7 @@ BillsGrandpa:
.GotEverstone:
writetext BillsGrandpaOddishText
buttonsound
promptbutton
writetext BillsGrandpaAskToSeeMonText
yesorno
iffalse .SaidNo
@ -58,7 +58,7 @@ BillsGrandpa:
.GotLeafStone:
writetext BillsGrandpaStaryuText
buttonsound
promptbutton
writetext BillsGrandpaAskToSeeMonText
yesorno
iffalse .SaidNo
@ -74,7 +74,7 @@ BillsGrandpa:
checkver
iftrue .AskVulpix
writetext BillsGrandpaGrowlitheText
buttonsound
promptbutton
writetext BillsGrandpaAskToSeeMonText
yesorno
iffalse .SaidNo
@ -88,7 +88,7 @@ BillsGrandpa:
.AskVulpix:
writetext BillsGrandpaVulpixText
buttonsound
promptbutton
writetext BillsGrandpaAskToSeeMonText
yesorno
iffalse .SaidNo
@ -102,7 +102,7 @@ BillsGrandpa:
.GotFireStone:
writetext BillsGrandpaPichuText
buttonsound
promptbutton
writetext BillsGrandpaAskToSeeMonText
yesorno
iffalse .SaidNo
@ -168,7 +168,7 @@ BillsGrandpa:
.ExcitedToSee:
writetext BillsGrandpaExcitedToSeeText
buttonsound
promptbutton
end
.SaidNo:
@ -179,12 +179,12 @@ BillsGrandpa:
.CorrectPokemon:
writetext BillsGrandpaShownPokemonText
buttonsound
promptbutton
end
.ReceiveItem:
writetext BillsGrandpaTokenOfAppreciationText
buttonsound
promptbutton
end
.JustShowedSomething:

View File

@ -95,11 +95,11 @@ SantosScript:
checkevent EVENT_MET_SANTOS_OF_SATURDAY
iftrue .MetSantos
writetext MeetSantosText
buttonsound
promptbutton
setevent EVENT_MET_SANTOS_OF_SATURDAY
.MetSantos:
writetext SantosGivesGiftText
buttonsound
promptbutton
verbosegiveitem SPELL_TAG
iffalse .Done
setevent EVENT_GOT_SPELL_TAG_FROM_SANTOS

View File

@ -65,7 +65,7 @@ BlackthornGymClairScript:
checkevent EVENT_GOT_TM24_DRAGONBREATH
iftrue .GotTM24
writetext BlackthornGymClairText_YouKeptMeWaiting
buttonsound
promptbutton
giveitem TM_DRAGONBREATH
iffalse .BagFull
getitemname STRING_BUFFER_3, TM_DRAGONBREATH
@ -75,7 +75,7 @@ BlackthornGymClairScript:
itemnotify
setevent EVENT_GOT_TM24_DRAGONBREATH
writetext BlackthornGymClairText_DescribeTM24
buttonsound
promptbutton
sjump .GotTM24
.BagFull:

View File

@ -39,7 +39,7 @@ DaisyScript:
opentext
writetext GroomedMonLooksContentText
special PlayCurMonCry
buttonsound
promptbutton
writetext DaisyAllDoneText
waitbutton
closetext

View File

@ -107,7 +107,7 @@ CeladonCafeTrashcan:
opentext
getitemname STRING_BUFFER_3, LEFTOVERS
writetext FoundLeftoversText
buttonsound
promptbutton
writetext NoRoomForLeftoversText
waitbutton
closetext

View File

@ -67,7 +67,7 @@ CeladonDeptStore6FVendingMachine:
pause 10
playsound SFX_ENTER_DOOR
writetext CeladonClangText
buttonsound
promptbutton
itemnotify
sjump .Start

View File

@ -53,7 +53,7 @@ CeladonGameCornerFisherScript:
checkevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON
iftrue .GotCoins
writetext CeladonGameCornerFisherText1
buttonsound
promptbutton
checkitem COIN_CASE
iffalse .NoCoinCase
checkcoins MAX_COINS - 1

View File

@ -37,7 +37,7 @@ CeladonGymErikaScript:
checkevent EVENT_GOT_TM19_GIGA_DRAIN
iftrue .GotGigaDrain
writetext ErikaExplainTMText
buttonsound
promptbutton
verbosegiveitem TM_GIGA_DRAIN
iffalse .GotGigaDrain
setevent EVENT_GOT_TM19_GIGA_DRAIN

View File

@ -20,12 +20,12 @@ GameFreakGameDesignerScript:
end
.CompletedPokedex:
buttonsound
promptbutton
writetext GameFreakGameDesignerCompletedPokedexText
playsound SFX_DEX_FANFARE_230_PLUS
waitsfx
writetext GameFreakGameDesignerPauseForDiplomaText
buttonsound
promptbutton
special Diploma
writetext GameFreakGameDesignerAfterDiplomaText
waitbutton

View File

@ -12,7 +12,7 @@ CeladonMansionRoofHousePharmacistScript:
checkevent EVENT_GOT_TM03_CURSE
iftrue .GotCurse
writetext CeladonMansionRoofHousePharmacistIntroText
buttonsound
promptbutton
checktime NITE
iftrue .Night
writetext CeladonMansionRoofHousePharmacistNotNightText
@ -22,7 +22,7 @@ CeladonMansionRoofHousePharmacistScript:
.Night:
writetext CeladonMansionRoofHousePharmacistStoryText
buttonsound
promptbutton
verbosegiveitem TM_CURSE
iffalse .NoRoom
setevent EVENT_GOT_TM03_CURSE

View File

@ -26,7 +26,7 @@ CeladonEusine:
faceplayer
opentext
writetext CeladonEusineText1
buttonsound
promptbutton
setval SUICUNE
special MonCheck
iffalse .NoSuicune

View File

@ -46,7 +46,7 @@ CharcoalKilnApprentice:
.Thanks:
writetext CharcoalKilnApprenticeText2
buttonsound
promptbutton
verbosegiveitem CHARCOAL
iffalse .Done
setevent EVENT_GOT_CHARCOAL_IN_CHARCOAL_KILN

View File

@ -66,12 +66,12 @@ CherrygroveCityGuideGent:
turnobject PLAYER, RIGHT
opentext
writetext GuideGentGiftText
buttonsound
promptbutton
getstring STRING_BUFFER_4, .mapcardname
scall .JumpstdReceiveItem
setflag ENGINE_MAP_CARD
writetext GotMapCardText
buttonsound
promptbutton
writetext GuideGentPokegearText
waitbutton
closetext
@ -212,7 +212,7 @@ MysticWaterGuy:
checkevent EVENT_GOT_MYSTIC_WATER_IN_CHERRYGROVE
iftrue .After
writetext MysticWaterGuyTextBefore
buttonsound
promptbutton
verbosegiveitem MYSTIC_WATER
iffalse .Exit
setevent EVENT_GOT_MYSTIC_WATER_IN_CHERRYGROVE

View File

@ -86,7 +86,7 @@ CianwoodCityChucksWife:
checkevent EVENT_GOT_HM02_FLY
iftrue .GotFly
writetext ChucksWifeEasierToFlyText
buttonsound
promptbutton
checkevent EVENT_BEAT_CHUCK
iftrue .BeatChuck
writetext ChucksWifeBeatChuckText
@ -96,12 +96,12 @@ CianwoodCityChucksWife:
.BeatChuck:
writetext ChucksWifeGiveHMText
buttonsound
promptbutton
verbosegiveitem HM_FLY
iffalse .Done
setevent EVENT_GOT_HM02_FLY
writetext ChucksWifeFlySpeechText
buttonsound
promptbutton
.GotFly:
writetext ChucksWifeChubbyText
waitbutton

View File

@ -57,7 +57,7 @@ CianwoodGymChuckScript:
setevent EVENT_BEAT_BLACKBELT_NOB
setevent EVENT_BEAT_BLACKBELT_LUNG
writetext ChuckExplainBadgeText
buttonsound
promptbutton
verbosegiveitem TM_DYNAMICPUNCH
iffalse .BagFull
setevent EVENT_GOT_TM01_DYNAMICPUNCH

View File

@ -18,7 +18,7 @@ CianwoodPharmacist:
checkevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
iffalse .Mart
writetext PharmacistGiveSecretpotionText
buttonsound
promptbutton
giveitem SECRETPOTION
writetext ReceivedSecretpotionText
playsound SFX_KEY_ITEM

View File

@ -108,7 +108,7 @@ Copycat:
.ReturnLostItem:
opentext
writetext CopycatText_GiveDoll
buttonsound
promptbutton
takeitem LOST_ITEM
setevent EVENT_RETURNED_LOST_ITEM_TO_COPYCAT
clearevent EVENT_COPYCATS_HOUSE_2F_DOLL
@ -118,7 +118,7 @@ Copycat:
opentext
.GivePass:
writetext CopycatText_GivePass
buttonsound
promptbutton
verbosegiveitem PASS
iffalse .Cancel
setevent EVENT_GOT_PASS_FROM_COPYCAT
@ -174,7 +174,7 @@ CopycatsDodrio:
opentext
writetext CopycatsDodrioText1
cry DODRIO
buttonsound
promptbutton
writetext CopycatsDodrioText2
waitbutton
closetext

View File

@ -73,7 +73,7 @@ DanceTheaterSurfGuy:
faceplayer
opentext
writetext SurfGuyNeverLeftAScratchText
buttonsound
promptbutton
checkevent EVENT_GOT_HM03_SURF
iftrue SurfGuyAlreadyGaveSurf
checkevent EVENT_BEAT_KIMONO_GIRL_NAOKO
@ -104,7 +104,7 @@ DanceTheaterSurfGuy:
.GetSurf:
writetext SurfGuyLikeADanceText
buttonsound
promptbutton
verbosegiveitem HM_SURF
setevent EVENT_GOT_HM03_SURF
writetext SurfGuySurfExplanationText

View File

@ -14,7 +14,7 @@ DarkCaveBlackthornEntrancePharmacistScript:
checkevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
iftrue .GotBlackglasses
writetext DarkCaveBlackthornEntrancePharmacistText1
buttonsound
promptbutton
verbosegiveitem BLACKGLASSES
iffalse .PackFull
setevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE

View File

@ -26,7 +26,7 @@ DayCareManScript_Inside:
checkevent EVENT_GOT_ODD_EGG
iftrue .AlreadyHaveOddEgg
writetext DayCareManText_GiveOddEgg
buttonsound
promptbutton
closetext
readvar VAR_PARTYCOUNT
ifequal PARTY_LENGTH, .PartyFull

View File

@ -23,11 +23,11 @@ DragonShrine_MapScripts:
applymovement DRAGONSHRINE_ELDER1, DragonShrineElderStepDownMovement
opentext
writetext DragonShrineElderGreetingText
buttonsound
promptbutton
.Question1:
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
writetext DragonShrineQuestion1Text
buttonsound
promptbutton
loadmenu DragonShrineQuestion1_MenuHeader
verticalmenu
closewindow
@ -39,7 +39,7 @@ DragonShrine_MapScripts:
.Question2:
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
writetext DragonShrineQuestion2Text
buttonsound
promptbutton
loadmenu DragonShrineQuestion2_MenuHeader
verticalmenu
closewindow
@ -49,7 +49,7 @@ DragonShrine_MapScripts:
.Question3:
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_4
writetext DragonShrineQuestion3Text
buttonsound
promptbutton
loadmenu DragonShrineQuestion3_MenuHeader
verticalmenu
closewindow
@ -59,7 +59,7 @@ DragonShrine_MapScripts:
.Question4:
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_5
writetext DragonShrineQuestion4Text
buttonsound
promptbutton
loadmenu DragonShrineQuestion4_MenuHeader
verticalmenu
closewindow
@ -69,7 +69,7 @@ DragonShrine_MapScripts:
.Question5:
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_6
writetext DragonShrineQuestion5Text
buttonsound
promptbutton
loadmenu DragonShrineQuestion5_MenuHeader
verticalmenu
closewindow
@ -80,7 +80,7 @@ DragonShrine_MapScripts:
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_6
iftrue .PassedTheTest
writetext DragonShrineRightAnswerText
buttonsound
promptbutton
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_5
iftrue .Question5
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_4
@ -166,7 +166,7 @@ DragonShrine_MapScripts:
setscene SCENE_FINISHED
setmapscene DRAGONS_DEN_B1F, SCENE_DRAGONSDENB1F_CLAIR_GIVES_TM
writetext DragonShrinePlayerReceivedRisingBadgeText
buttonsound
promptbutton
writetext DragonShrineRisingBadgeExplanationText
waitbutton
closetext

View File

@ -52,7 +52,7 @@ DragonsDenB1F_ClairScene:
applymovement DRAGONSDENB1F_CLAIR, MovementDragonsDen_ClairWalksToYou
opentext
writetext ClairText_GiveDragonbreathDragonDen
buttonsound
promptbutton
giveitem TM_DRAGONBREATH
iffalse .BagFull
getitemname STRING_BUFFER_3, TM_DRAGONBREATH
@ -62,7 +62,7 @@ DragonsDenB1F_ClairScene:
itemnotify
setevent EVENT_GOT_TM24_DRAGONBREATH
writetext ClairText_DescribeDragonbreathDragonDen
buttonsound
promptbutton
writetext ClairText_WhatsTheMatterDragonDen
waitbutton
closetext
@ -144,7 +144,7 @@ DragonsDenB1FDragonFangScript:
opentext
getitemname STRING_BUFFER_3, DRAGON_FANG
writetext Text_FoundDragonFang
buttonsound
promptbutton
writetext Text_NoRoomForDragonFang
waitbutton
closetext

View File

@ -52,7 +52,7 @@ EcruteakGymMortyScript:
setevent EVENT_BEAT_MEDIUM_MARTHA
setevent EVENT_BEAT_MEDIUM_GRACE
writetext MortyText_FogBadgeSpeech
buttonsound
promptbutton
verbosegiveitem TM_SHADOW_BALL
iffalse .NoRoomForShadowBall
setevent EVENT_GOT_TM30_SHADOW_BALL

View File

@ -16,7 +16,7 @@ EcruteakItemfinderGuy:
yesorno
iffalse .no
writetext EcruteakItemfinderTrueSpiritText
buttonsound
promptbutton
verbosegiveitem ITEMFINDER
setevent EVENT_GOT_ITEMFINDER
.itemfinder:

View File

@ -38,7 +38,7 @@ EcruteakPokecenter1F_MapScripts:
pause 10
opentext
writetext EcruteakPokecenter1F_BillText1
buttonsound
promptbutton
sjump .PointlessJump
.PointlessJump:

View File

@ -58,7 +58,7 @@ ElmsLab_MapScripts:
.ElmGetsEmail:
writetext ElmText_Accepted
buttonsound
promptbutton
writetext ElmText_ResearchAmbitions
waitbutton
closetext
@ -171,13 +171,13 @@ CyndaquilPokeBallScript:
disappear ELMSLAB_POKE_BALL1
setevent EVENT_GOT_CYNDAQUIL_FROM_ELM
writetext ChoseStarterText
buttonsound
promptbutton
waitsfx
getmonname STRING_BUFFER_3, CYNDAQUIL
writetext ReceivedStarterText
playsound SFX_CAUGHT_MON
waitsfx
buttonsound
promptbutton
givepoke CYNDAQUIL, 5, BERRY
closetext
readvar VAR_FACING
@ -201,13 +201,13 @@ TotodilePokeBallScript:
disappear ELMSLAB_POKE_BALL2
setevent EVENT_GOT_TOTODILE_FROM_ELM
writetext ChoseStarterText
buttonsound
promptbutton
waitsfx
getmonname STRING_BUFFER_3, TOTODILE
writetext ReceivedStarterText
playsound SFX_CAUGHT_MON
waitsfx
buttonsound
promptbutton
givepoke TOTODILE, 5, BERRY
closetext
applymovement PLAYER, AfterTotodileMovement
@ -229,13 +229,13 @@ ChikoritaPokeBallScript:
disappear ELMSLAB_POKE_BALL3
setevent EVENT_GOT_CHIKORITA_FROM_ELM
writetext ChoseStarterText
buttonsound
promptbutton
waitsfx
getmonname STRING_BUFFER_3, CHIKORITA
writetext ReceivedStarterText
playsound SFX_CAUGHT_MON
waitsfx
buttonsound
promptbutton
givepoke CHIKORITA, 5, BERRY
closetext
applymovement PLAYER, AfterChikoritaMovement
@ -325,7 +325,7 @@ ElmAfterTheftScript:
writetext ElmAfterTheftText1
checkitem MYSTERY_EGG
iffalse ElmAfterTheftDoneScript
buttonsound
promptbutton
writetext ElmAfterTheftText2
waitbutton
takeitem MYSTERY_EGG
@ -334,9 +334,9 @@ ElmAfterTheftScript:
waitbutton
scall ElmJumpBackScript2
writetext ElmAfterTheftText4
buttonsound
promptbutton
writetext ElmAfterTheftText5
buttonsound
promptbutton
setevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
setflag ENGINE_MAIN_MENU_MOBILE_CHOICES
setmapscene ROUTE_29, SCENE_ROUTE29_CATCH_TUTORIAL
@ -374,12 +374,12 @@ ShowElmTogepiScript:
setevent EVENT_SHOWED_TOGEPI_TO_ELM
opentext
writetext ShowElmTogepiText2
buttonsound
promptbutton
writetext ShowElmTogepiText3
buttonsound
promptbutton
ElmGiveEverstoneScript:
writetext ElmGiveEverstoneText1
buttonsound
promptbutton
verbosegiveitem EVERSTONE
iffalse ElmScript_NoRoomForEverstone
writetext ElmGiveEverstoneText2
@ -397,7 +397,7 @@ ElmScript_NoRoomForEverstone:
ElmGiveMasterBallScript:
writetext ElmGiveMasterBallText1
buttonsound
promptbutton
verbosegiveitem MASTER_BALL
iffalse .notdone
setevent EVENT_GOT_MASTER_BALL_FROM_ELM
@ -409,7 +409,7 @@ ElmGiveMasterBallScript:
ElmGiveTicketScript:
writetext ElmGiveTicketText1
buttonsound
promptbutton
verbosegiveitem S_S_TICKET
setevent EVENT_GOT_SS_TICKET_FROM_ELM
writetext ElmGiveTicketText2
@ -472,7 +472,7 @@ AideScript_WalkPotion2:
AideScript_GivePotion:
opentext
writetext AideText_GiveYouPotion
buttonsound
promptbutton
verbosegiveitem POTION
writetext AideText_AlwaysBusy
waitbutton
@ -497,12 +497,12 @@ AideScript_WalkBalls2:
AideScript_GiveYouBalls:
opentext
writetext AideText_GiveYouBalls
buttonsound
promptbutton
getitemname STRING_BUFFER_4, POKE_BALL
scall AideScript_ReceiveTheBalls
giveitem POKE_BALL, 5
writetext AideText_ExplainBalls
buttonsound
promptbutton
itemnotify
closetext
setscene SCENE_ELMSLAB_NOTHING
@ -553,7 +553,7 @@ CopScript:
turnobject ELMSLAB_OFFICER, LEFT
opentext
writetext ElmsLabOfficerText1
buttonsound
promptbutton
special NameRival
writetext ElmsLabOfficerText2
waitbutton

View File

@ -79,7 +79,7 @@ FastShipB1FSailorScript:
end
.NotFoundGirl:
buttonsound
promptbutton
writetext FastShipB1FOnDutySailorSawLittleGirlText
waitbutton
closetext

View File

@ -77,7 +77,7 @@ SSAquaGranddaughterBefore:
applymovement FASTSHIPCABINS_SE_SSE_CAPTAINSCABIN_GENTLEMAN, MovementData_0x76010
opentext
writetext SSAquaEntertainedGranddaughterText
buttonsound
promptbutton
setevent EVENT_VERMILION_PORT_SAILOR_AT_GANGWAY
setmapscene FAST_SHIP_1F, SCENE_DEFAULT
sjump SSAquaMetalCoatAndDocking
@ -97,7 +97,7 @@ SSAquaGrandpa:
SSAquaMetalCoatAndDocking:
writetext SSAquaGrandpaHaveThisText
buttonsound
promptbutton
verbosegiveitem METAL_COAT
iffalse .NoRoom
setevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
@ -116,7 +116,7 @@ SSAquaMetalCoatAndDocking:
SSAquaFoundGranddaughter:
writetext SSAquaGrandpaHaveThisText
buttonsound
promptbutton
verbosegiveitem METAL_COAT
iffalse .NoRoom
setevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA

View File

@ -47,7 +47,7 @@ FuchsiaGymJanineScript:
checkevent EVENT_GOT_TM06_TOXIC
iftrue .AfterTM
writetext JanineText_ToxicSpeech
buttonsound
promptbutton
verbosegiveitem TM_TOXIC
iffalse .AfterTM
setevent EVENT_GOT_TM06_TOXIC

View File

@ -18,7 +18,7 @@ GoldenrodBikeShopClerkScript:
yesorno
iffalse .Refused
writetext GoldenrodBikeShopClerkAgreedText
buttonsound
promptbutton
waitsfx
giveitem BICYCLE
writetext BorrowedABicycleText

View File

@ -120,7 +120,7 @@ MoveTutorScript:
.TeachMove:
writetext GoldenrodCityMoveTutorIfYouUnderstandYouveMadeItText
buttonsound
promptbutton
takecoins 4000
waitsfx
playsound SFX_TRANSACTION
@ -205,7 +205,7 @@ GoldenrodCityGrampsScript:
GoldenrodCityRocketScoutScript:
opentext
writetext GoldenrodCityRocketScoutText1
buttonsound
promptbutton
faceplayer
writetext GoldenrodCityRocketScoutText2
waitbutton

View File

@ -65,14 +65,14 @@ GoldenrodDeptStore5FReceptionistScript:
iftrue .EventIsOver
special GetFirstPokemonHappiness
writetext GoldenrodDeptStore5FReceptionistOhYourMonDotDotDotText
buttonsound
promptbutton
ifgreater 150 - 1, .VeryHappy
ifgreater 50 - 1, .SomewhatHappy
sjump .NotVeryHappy
.VeryHappy:
writetext GoldenrodDeptStore5FReceptionistThisMoveShouldBePerfectText
buttonsound
promptbutton
verbosegiveitem TM_RETURN
iffalse .Done
setflag ENGINE_GOLDENROD_DEPT_STORE_TM27_RETURN
@ -87,7 +87,7 @@ GoldenrodDeptStore5FReceptionistScript:
.NotVeryHappy:
writetext GoldenrodDeptStore5FReceptionistItLooksEvilHowAboutThisTMText
buttonsound
promptbutton
verbosegiveitem TM_FRUSTRATION
iffalse .Done
setflag ENGINE_GOLDENROD_DEPT_STORE_TM27_RETURN

View File

@ -56,7 +56,7 @@ GoldenrodVendingMachine:
pause 10
playsound SFX_ENTER_DOOR
writetext GoldenrodClangText
buttonsound
promptbutton
itemnotify
sjump .Start

View File

@ -21,7 +21,7 @@ FlowerShopTeacherScript:
faceplayer
opentext
writetext GoldenrodFlowerShopTeacherHeresTheSquirtbottleText
buttonsound
promptbutton
verbosegiveitem SQUIRTBOTTLE
setevent EVENT_GOT_SQUIRTBOTTLE
closetext

View File

@ -53,7 +53,7 @@ GoldenrodGymWhitneyScript:
checkflag ENGINE_PLAINBADGE
iftrue .GotPlainBadge
writetext WhitneyWhatDoYouWantText
buttonsound
promptbutton
waitsfx
writetext PlayerReceivedPlainBadgeText
playsound SFX_GET_BADGE
@ -63,7 +63,7 @@ GoldenrodGymWhitneyScript:
scall GoldenrodGymActivateRockets
.GotPlainBadge:
writetext WhitneyPlainBadgeText
buttonsound
promptbutton
verbosegiveitem TM_ATTRACT
iffalse .NoRoomForAttract
setevent EVENT_GOT_TM45_ATTRACT

View File

@ -13,7 +13,7 @@ GoldenrodHappinessRaterTeacherScript:
opentext
special GetFirstPokemonHappiness
writetext GoldenrodHappinessRaterTeacherText
buttonsound
promptbutton
ifgreater 250 - 1, .LovesYouALot
ifgreater 200 - 1, .ReallyTrustsYou
ifgreater 150 - 1, .SortOfHappy

View File

@ -200,7 +200,7 @@ OlderHaircutBrotherScript:
checkmoney YOUR_MONEY, GOLDENRODUNDERGROUND_OLDER_HAIRCUT_PRICE
ifequal HAVE_LESS, .NotEnoughMoney
writetext GoldenrodUndergroundOlderHaircutBrotherAskWhichMonText
buttonsound
promptbutton
special OlderHaircutBrother
ifequal $0, .Refused
ifequal $1, .Refused
@ -283,7 +283,7 @@ YoungerHaircutBrotherScript:
checkmoney YOUR_MONEY, GOLDENRODUNDERGROUND_YOUNGER_HAIRCUT_PRICE
ifequal HAVE_LESS, .NotEnoughMoney
writetext GoldenrodUndergroundYoungerHaircutBrotherAskWhichMonText
buttonsound
promptbutton
special YoungerHaircutBrother
ifequal $0, .Refused
ifequal $1, .Refused

View File

@ -273,7 +273,7 @@ TrainerGruntF3:
Switch1Script:
opentext
writetext SwitchRoomText_Switch1
buttonsound
promptbutton
checkevent EVENT_SWITCH_1
iftrue .On
writetext SwitchRoomText_OffTurnOn
@ -298,7 +298,7 @@ Switch1Script:
Switch2Script:
opentext
writetext SwitchRoomText_Switch2
buttonsound
promptbutton
checkevent EVENT_SWITCH_2
iftrue .On
writetext SwitchRoomText_OffTurnOn
@ -323,7 +323,7 @@ Switch2Script:
Switch3Script:
opentext
writetext SwitchRoomText_Switch3
buttonsound
promptbutton
checkevent EVENT_SWITCH_3
iftrue .On
writetext SwitchRoomText_OffTurnOn
@ -348,7 +348,7 @@ Switch3Script:
EmergencySwitchScript:
opentext
writetext SwitchRoomText_Emergency
buttonsound
promptbutton
checkevent EVENT_EMERGENCY_SWITCH
iftrue .On
writetext SwitchRoomText_OffTurnOn

View File

@ -72,14 +72,14 @@ GoldenrodUndergroundWarehouseDirectorScript:
checkevent EVENT_RECEIVED_CARD_KEY
iftrue .GotCardKey
writetext DirectorIntroText
buttonsound
promptbutton
verbosegiveitem CARD_KEY
setevent EVENT_RECEIVED_CARD_KEY
setevent EVENT_GOLDENROD_DEPT_STORE_B1F_LAYOUT_1
clearevent EVENT_GOLDENROD_DEPT_STORE_B1F_LAYOUT_2
clearevent EVENT_GOLDENROD_DEPT_STORE_B1F_LAYOUT_3
writetext DirectorCardKeyText
buttonsound
promptbutton
.GotCardKey:
writetext DirectorAfterText
waitbutton

View File

@ -117,7 +117,7 @@ IlexForestFarfetchdScript:
faceplayer
opentext
writetext Text_ItsTheMissingPokemon
buttonsound
promptbutton
writetext Text_Kwaaaa
cry FARFETCH_D
waitbutton
@ -348,7 +348,7 @@ IlexForestCharcoalMasterScript:
checkevent EVENT_GOT_HM01_CUT
iftrue .AlreadyGotCut
writetext Text_CharcoalMasterIntro
buttonsound
promptbutton
verbosegiveitem HM_CUT
setevent EVENT_GOT_HM01_CUT
writetext Text_CharcoalMasterOutro
@ -374,7 +374,7 @@ IlexForestHeadbuttGuyScript:
checkevent EVENT_GOT_TM02_HEADBUTT
iftrue .AlreadyGotHeadbutt
writetext Text_HeadbuttIntro
buttonsound
promptbutton
verbosegiveitem TM_HEADBUTT
iffalse .BagFull
setevent EVENT_GOT_TM02_HEADBUTT

View File

@ -67,7 +67,7 @@ Kurt1:
.ClearedSlowpokeWell:
writetext KurtsHouseKurtHonoredToMakeBallsText
buttonsound
promptbutton
verbosegiveitem LURE_BALL
iffalse .NoRoomForBall
setevent EVENT_KURT_GAVE_YOU_LURE_BALL
@ -127,7 +127,7 @@ Kurt1:
.AskApricorn:
writetext KurtsHouseKurtAskYouHaveAnApricornText
buttonsound
promptbutton
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
special SelectApricornForKurt
ifequal FALSE, .Cancel
@ -193,7 +193,7 @@ Kurt1:
checkflag ENGINE_KURT_MAKING_BALLS
iftrue KurtMakingBallsScript
writetext KurtsHouseKurtJustFinishedYourBallText
buttonsound
promptbutton
verbosegiveitemvar LEVEL_BALL, VAR_KURT_APRICORNS
iffalse .NoRoomForBall
clearevent EVENT_GAVE_KURT_RED_APRICORN
@ -203,7 +203,7 @@ Kurt1:
checkflag ENGINE_KURT_MAKING_BALLS
iftrue KurtMakingBallsScript
writetext KurtsHouseKurtJustFinishedYourBallText
buttonsound
promptbutton
verbosegiveitemvar LURE_BALL, VAR_KURT_APRICORNS
iffalse .NoRoomForBall
clearevent EVENT_GAVE_KURT_BLU_APRICORN
@ -213,7 +213,7 @@ Kurt1:
checkflag ENGINE_KURT_MAKING_BALLS
iftrue KurtMakingBallsScript
writetext KurtsHouseKurtJustFinishedYourBallText
buttonsound
promptbutton
verbosegiveitemvar MOON_BALL, VAR_KURT_APRICORNS
iffalse .NoRoomForBall
clearevent EVENT_GAVE_KURT_YLW_APRICORN
@ -223,7 +223,7 @@ Kurt1:
checkflag ENGINE_KURT_MAKING_BALLS
iftrue KurtMakingBallsScript
writetext KurtsHouseKurtJustFinishedYourBallText
buttonsound
promptbutton
verbosegiveitemvar FRIEND_BALL, VAR_KURT_APRICORNS
iffalse .NoRoomForBall
clearevent EVENT_GAVE_KURT_GRN_APRICORN
@ -233,7 +233,7 @@ Kurt1:
checkflag ENGINE_KURT_MAKING_BALLS
iftrue KurtMakingBallsScript
writetext KurtsHouseKurtJustFinishedYourBallText
buttonsound
promptbutton
verbosegiveitemvar FAST_BALL, VAR_KURT_APRICORNS
iffalse .NoRoomForBall
clearevent EVENT_GAVE_KURT_WHT_APRICORN
@ -243,7 +243,7 @@ Kurt1:
checkflag ENGINE_KURT_MAKING_BALLS
iftrue KurtMakingBallsScript
writetext KurtsHouseKurtJustFinishedYourBallText
buttonsound
promptbutton
verbosegiveitemvar HEAVY_BALL, VAR_KURT_APRICORNS
iffalse .NoRoomForBall
clearevent EVENT_GAVE_KURT_BLK_APRICORN
@ -253,7 +253,7 @@ Kurt1:
checkflag ENGINE_KURT_MAKING_BALLS
iftrue KurtMakingBallsScript
writetext KurtsHouseKurtJustFinishedYourBallText
buttonsound
promptbutton
verbosegiveitemvar LOVE_BALL, VAR_KURT_APRICORNS
iffalse .NoRoomForBall
clearevent EVENT_GAVE_KURT_PNK_APRICORN

View File

@ -46,7 +46,7 @@ LakeOfRageLanceScript:
iftrue .AskAgainForHelp
opentext
writetext LakeOfRageLanceForcedToEvolveText
buttonsound
promptbutton
faceplayer
writetext LakeOfRageLanceIntroText
yesorno
@ -138,7 +138,7 @@ MagikarpHouseSignScript:
end
.MagikarpLengthRecord:
buttonsound
promptbutton
special MagikarpHouseSign
closetext
end
@ -197,11 +197,11 @@ WesleyScript:
checkevent EVENT_MET_WESLEY_OF_WEDNESDAY
iftrue .MetWesley
writetext MeetWesleyText
buttonsound
promptbutton
setevent EVENT_MET_WESLEY_OF_WEDNESDAY
.MetWesley:
writetext WesleyGivesGiftText
buttonsound
promptbutton
verbosegiveitem BLACKBELT
iffalse WesleyDoneScript
setevent EVENT_GOT_BLACKBELT_FROM_WESLEY

View File

@ -12,7 +12,7 @@ HiddenPowerGuy:
checkevent EVENT_GOT_TM10_HIDDEN_POWER
iftrue .AlreadyGotItem
writetext HiddenPowerGuyText1
buttonsound
promptbutton
verbosegiveitem TM_HIDDEN_POWER
iffalse .Done
setevent EVENT_GOT_TM10_HIDDEN_POWER

View File

@ -51,7 +51,7 @@ MagikarpLengthRaterScript:
.GetReward:
writetext MagikarpLengthRaterText_Memento
buttonsound
promptbutton
verbosegiveitem ELIXER
iffalse .NoRoom
writetext MagikarpLengthRaterText_Bonus

View File

@ -33,7 +33,7 @@ LavRadioTower1FGentlemanScript:
.ReturnedMachinePart:
writetext LavRadioTower1FGentlemanText_ReturnedMachinePart
buttonsound
promptbutton
getstring STRING_BUFFER_4, .expncardname
scall .receiveitem
setflag ENGINE_EXPN_CARD

View File

@ -41,7 +41,7 @@ MahoganyGymPryceScript:
setevent EVENT_BEAT_BOARDER_BRAD
setevent EVENT_BEAT_BOARDER_DOUGLAS
writetext PryceText_GlacierBadgeSpeech
buttonsound
promptbutton
verbosegiveitem TM_ICY_WIND
iffalse MahoganyGym_NoRoomForIcyWind
setevent EVENT_GOT_TM16_ICY_WIND

View File

@ -19,7 +19,7 @@ ManiaScript:
special GiveShuckle
iffalse .partyfull
writetext ManiaText_TakeCareOfShuckle
buttonsound
promptbutton
waitsfx
writetext ManiaText_GotShuckle
playsound SFX_KEY_ITEM

View File

@ -30,7 +30,7 @@ MountMortarB1FKiyoScript:
opentext
.BeatKiyo:
writetext MountMortarB1FTyrogueRewardText
buttonsound
promptbutton
waitsfx
readvar VAR_PARTYCOUNT
ifequal PARTY_LENGTH, .NoRoom

View File

@ -26,7 +26,7 @@ MrPokemonsHouse_MapScripts:
applymovement PLAYER, MrPokemonsHouse_PlayerWalksToMrPokemon
opentext
writetext MrPokemonIntroText2
buttonsound
promptbutton
waitsfx
giveitem MYSTERY_EGG
writetext MrPokemonsHouse_GotEggText
@ -36,10 +36,10 @@ MrPokemonsHouse_MapScripts:
setevent EVENT_GOT_MYSTERY_EGG_FROM_MR_POKEMON
blackoutmod CHERRYGROVE_CITY
writetext MrPokemonIntroText3
buttonsound
promptbutton
turnobject MRPOKEMONSHOUSE_GENTLEMAN, RIGHT
writetext MrPokemonIntroText4
buttonsound
promptbutton
turnobject MRPOKEMONSHOUSE_GENTLEMAN, DOWN
turnobject MRPOKEMONSHOUSE_OAK, LEFT
writetext MrPokemonIntroText5
@ -87,7 +87,7 @@ MrPokemonsHouse_OakScript:
turnobject PLAYER, RIGHT
opentext
writetext MrPokemonsHouse_OakText1
buttonsound
promptbutton
waitsfx
writetext MrPokemonsHouse_GetDexText
playsound SFX_ITEM

View File

@ -12,7 +12,7 @@ MrPsychic:
checkevent EVENT_GOT_TM29_PSYCHIC
iftrue .AlreadyGotItem
writetext MrPsychicText1
buttonsound
promptbutton
verbosegiveitem TM_PSYCHIC_M
iffalse .Done
setevent EVENT_GOT_TM29_PSYCHIC

View File

@ -31,7 +31,7 @@ NationalParkTeacher1Script:
checkevent EVENT_GOT_QUICK_CLAW
iftrue .GotQuickClaw
writetext NationalParkTeacher1Text
buttonsound
promptbutton
verbosegiveitem QUICK_CLAW
iffalse .NoRoom
setevent EVENT_GOT_QUICK_CLAW
@ -83,7 +83,7 @@ TrainerSchoolboyJack1:
checkevent EVENT_JACK_ASKED_FOR_PHONE_NUMBER
iftrue .AskAgain
writetext SchoolboyJackTradeMonText
buttonsound
promptbutton
setevent EVENT_JACK_ASKED_FOR_PHONE_NUMBER
scall .AskNumber1
sjump .RequestNumber
@ -213,7 +213,7 @@ TrainerPokefanfBeverly1:
checkevent EVENT_BEVERLY_ASKED_FOR_PHONE_NUMBER
iftrue .AskAgain
writetext PokefanBeverlyCuteMonText
buttonsound
promptbutton
setevent EVENT_BEVERLY_ASKED_FOR_PHONE_NUMBER
scall .AskNumber1
sjump .RequestNumber

View File

@ -20,7 +20,7 @@ Oak:
checkevent EVENT_TALKED_TO_OAK_IN_KANTO
iftrue .CheckBadges
writetext OakWelcomeKantoText
buttonsound
promptbutton
setevent EVENT_TALKED_TO_OAK_IN_KANTO
.CheckBadges:
readvar VAR_BADGES
@ -39,18 +39,18 @@ Oak:
.OpenMtSilver:
writetext OakOpenMtSilverText
buttonsound
promptbutton
setevent EVENT_OPENED_MT_SILVER
sjump .CheckPokedex
.Complain:
writetext OakNoKantoBadgesText
buttonsound
promptbutton
sjump .CheckPokedex
.AhGood:
writetext OakYesKantoBadgesText
buttonsound
promptbutton
sjump .CheckPokedex
OaksAssistant1Script:

View File

@ -14,7 +14,7 @@ OlivineCafeStrengthSailorScript:
checkevent EVENT_GOT_HM04_STRENGTH
iftrue .GotStrength
writetext OlivineCafeStrengthSailorText
buttonsound
promptbutton
verbosegiveitem HM_STRENGTH
setevent EVENT_GOT_HM04_STRENGTH
.GotStrength:

View File

@ -15,7 +15,7 @@ GoodRodGuru:
yesorno
iffalse .DontWantIt
writetext GiveGoodRodText
buttonsound
promptbutton
verbosegiveitem GOOD_ROD
writetext GaveGoodRodText
waitbutton

View File

@ -31,7 +31,7 @@ OlivineGymJasmineScript:
checkevent EVENT_GOT_TM23_IRON_TAIL
iftrue .GotIronTail
writetext Jasmine_BadgeSpeech
buttonsound
promptbutton
verbosegiveitem TM_IRON_TAIL
iffalse .NoRoomForIronTail
setevent EVENT_GOT_TM23_IRON_TAIL

View File

@ -16,7 +16,7 @@ OlivineLighthouseJasmine:
checkevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
iftrue .ExplainedSickness
writetext JasmineCianwoodPharmacyText
buttonsound
promptbutton
setevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
.ExplainedSickness:
writetext JasmineGetSomeMedicineText
@ -29,7 +29,7 @@ OlivineLighthouseJasmine:
yesorno
iffalse .no
writetext PlayerHandedSecretpotionText
buttonsound
promptbutton
takeitem SECRETPOTION
writetext JasmineDontBeOffendedText
waitbutton
@ -41,7 +41,7 @@ OlivineLighthouseJasmine:
playmusic MUSIC_HEAL
writetext JasmineAmphyHowAreYouFeelingText
pause 60
buttonsound
promptbutton
closetext
special RestartMapMusic
cry AMPHAROS
@ -109,7 +109,7 @@ OlivineLighthouseAmphy:
writetext AmphyPalPalooText
setval AMPHAROS
special PlaySlowCry
buttonsound
promptbutton
writetext AmphyBreathingLaboredText
waitbutton
closetext

View File

@ -93,7 +93,7 @@ OlivinePortWalkUpToShipScript:
yesorno
iffalse OlivinePortNotRidingMoveAwayScript
writetext OlivinePortAskTicketText
buttonsound
promptbutton
checkitem S_S_TICKET
iffalse .NoTicket
writetext OlivinePortFlashTicketText
@ -158,7 +158,7 @@ OlivinePortSailorAfterHOFScript:
yesorno
iffalse OlivinePortNotRidingScript
writetext OlivinePortAskTicketText
buttonsound
promptbutton
checkitem S_S_TICKET
iffalse .NoTicket
writetext OlivinePortFlashTicketText

View File

@ -27,7 +27,7 @@ PewterCityGrampsScript:
checkevent EVENT_GOT_SILVER_WING
iftrue .GotSilverWing
writetext PewterCityGrampsText
buttonsound
promptbutton
verbosegiveitem SILVER_WING
setevent EVENT_GOT_SILVER_WING
closetext

View File

@ -35,7 +35,7 @@ MeetMomRightScript:
MeetMomScript:
opentext
writetext ElmsLookingForYouText
buttonsound
promptbutton
getstring STRING_BUFFER_4, PokegearName
scall PlayersHouse1FReceiveItemStd
setflag ENGINE_POKEGEAR
@ -45,7 +45,7 @@ MeetMomScript:
setevent EVENT_PLAYERS_HOUSE_MOM_1
clearevent EVENT_PLAYERS_HOUSE_MOM_2
writetext MomGivesPokegearText
buttonsound
promptbutton
special SetDayOfWeek
.SetDayOfWeek:
writetext IsItDSTText
@ -68,12 +68,12 @@ MeetMomScript:
.KnowPhone:
writetext KnowTheInstructionsText
buttonsound
promptbutton
sjump .FinishPhone
.ExplainPhone:
writetext DontKnowTheInstructionsText
buttonsound
promptbutton
sjump .FinishPhone
.FinishPhone:
@ -162,17 +162,17 @@ NeighborScript:
.MornScript:
writetext NeighborMornIntroText
buttonsound
promptbutton
sjump .Main
.DayScript:
writetext NeighborDayIntroText
buttonsound
promptbutton
sjump .Main
.NiteScript:
writetext NeighborNiteIntroText
buttonsound
promptbutton
sjump .Main
.Main:

View File

@ -596,7 +596,7 @@ Pokecenter2FOfficerScript:
yesorno
iffalse .RefusedGift
writetext Text_MysteryGiftDeliveryGuy_HereYouGo
buttonsound
promptbutton
waitsfx
special GetMysteryGiftItem
iffalse .BagIsFull

View File

@ -22,10 +22,10 @@ PokemonFanClubChairmanScript:
yesorno
iffalse .NotListening
writetext PokemonFanClubChairmanRapidashText
buttonsound
promptbutton
.HeardSpeechButBagFull:
writetext PokemonFanClubChairmanIWantYouToHaveThisText
buttonsound
promptbutton
verbosegiveitem RARE_CANDY
iffalse .BagFull
setevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
@ -71,9 +71,9 @@ PokemonFanClubClefairyGuyScript:
end
.MetCopycat:
buttonsound
promptbutton
writetext PokemonFanClubClefairyGuyTakeThisDollBackToGirlText
buttonsound
promptbutton
waitsfx
giveitem LOST_ITEM
iffalse .NoRoom

View File

@ -158,7 +158,7 @@ PowerPlantManager:
.FoundMachinePart:
writetext PowerPlantManagerThatsThePartText
buttonsound
promptbutton
takeitem MACHINE_PART
setevent EVENT_RETURNED_MACHINE_PART
clearevent EVENT_SAFFRON_TRAIN_STATION_POPULATION
@ -170,7 +170,7 @@ PowerPlantManager:
checkevent EVENT_GOT_TM07_ZAP_CANNON
iftrue .GotZapCannon
writetext PowerPlantManagerTakeThisTMText
buttonsound
promptbutton
verbosegiveitem TM_ZAP_CANNON
iffalse .NoRoom
setevent EVENT_GOT_TM07_ZAP_CANNON

View File

@ -31,7 +31,7 @@ RadioTower1FLuckyNumberManScript:
faceplayer
opentext
writetext RadioTower1FLuckyNumberManAskToPlayText
buttonsound
promptbutton
special CheckLuckyNumberShowFlag
iffalse .skip
special ResetLuckyNumberShowFlag
@ -40,17 +40,17 @@ RadioTower1FLuckyNumberManScript:
checkflag ENGINE_LUCKY_NUMBER_SHOW
iftrue .GameOver
writetext RadioTower1FLuckyNumberManThisWeeksIdIsText
buttonsound
promptbutton
closetext
applymovement RADIOTOWER1F_LUCKYNUMBERMAN, RadioTower1FLuckyNumberManGoToPCMovement
opentext
writetext RadioTower1FLuckyNumberManCheckIfMatchText
buttonsound
promptbutton
waitsfx
writetext RadioTower1FLuckyNumberManDotDotDotText
playsound SFX_DEX_FANFARE_20_49
waitsfx
buttonsound
promptbutton
special CheckForLuckyNumberWinners
closetext
applymovement RADIOTOWER1F_LUCKYNUMBERMAN, RadioTower1FLuckyNumberManReturnToPlayerMovement
@ -70,7 +70,7 @@ RadioTower1FLuckyNumberManScript:
writetext RadioTower1FLuckyNumberManPerfectMatchText
playsound SFX_1ST_PLACE
waitsfx
buttonsound
promptbutton
giveitem MASTER_BALL
iffalse .BagFull
itemnotify
@ -81,7 +81,7 @@ RadioTower1FLuckyNumberManScript:
writetext RadioTower1FLuckyNumberManOkayMatchText
playsound SFX_2ND_PLACE
waitsfx
buttonsound
promptbutton
giveitem EXP_SHARE
iffalse .BagFull
itemnotify
@ -92,7 +92,7 @@ RadioTower1FLuckyNumberManScript:
writetext RadioTower1FLuckyNumberManWeakMatchText
playsound SFX_3RD_PLACE
waitsfx
buttonsound
promptbutton
giveitem PP_UP
iffalse .BagFull
itemnotify
@ -145,11 +145,11 @@ RadioTower1FRadioCardWomanScript:
playsound SFX_ELEVATOR_END
waitsfx
writetext RadioTower1FRadioCardWomanYouWinText
buttonsound
promptbutton
getstring STRING_BUFFER_4, .RadioCardText
scall .ReceiveItem
writetext RadioTower1FPokegearIsARadioText
buttonsound
promptbutton
setflag ENGINE_RADIO_CARD
.GotCard:
writetext RadioTower1FRadioCardWomanTuneInText

View File

@ -161,7 +161,7 @@ Buena:
.Introduction:
writetext RadioTower2FBuenaShowIntroductionText
buttonsound
promptbutton
setevent EVENT_MET_BUENA
verbosegiveitem BLUE_CARD
.TuneIn:
@ -285,7 +285,7 @@ Buena:
writetext RadioTower2FRegisteredBuenasNumberText
playsound SFX_REGISTER_PHONE_NUMBER
waitsfx
buttonsound
promptbutton
writetext RadioTower2FBuenaCallMeText
waitbutton
closetext
@ -314,14 +314,14 @@ RadioTowerBuenaPrizeReceptionist:
checkitem BLUE_CARD
iffalse .NoCard
writetext RadioTower2FBuenaReceptionistPointsForPrizesText
buttonsound
promptbutton
special BuenaPrize
closetext
end
.NoCard:
writetext RadioTower2FBuenaReceptionistNoCardText
buttonsound
promptbutton
closetext
end

View File

@ -64,7 +64,7 @@ RadioTower3FCooltrainerFScript:
.NoRockets:
writetext RadioTower3FCooltrainerFYoureMyHeroText
buttonsound
promptbutton
verbosegiveitem TM_SUNNY_DAY
iffalse .NoRoom
writetext RadioTower3FCooltrainerFItsSunnyDayText

View File

@ -29,7 +29,7 @@ RadioTower4FDJMaryScript:
.ClearedRockets:
writetext RadioTower4FDJMaryText_ClearedRockets
buttonsound
promptbutton
verbosegiveitem PINK_BOW
iffalse .NoRoom
writetext RadioTower4FDJMaryText_GivePinkBow

View File

@ -42,7 +42,7 @@ FakeDirectorScript:
reloadmapafterbattle
opentext
writetext FakeDirectorTextAfter
buttonsound
promptbutton
verbosegiveitem BASEMENT_KEY
closetext
setscene SCENE_RADIOTOWER5F_ROCKET_BOSS
@ -119,7 +119,7 @@ RadioTower5FRocketBossScene:
turnobject PLAYER, RIGHT
opentext
writetext RadioTower5FDirectorThankYouText
buttonsound
promptbutton
verbosegiveitem CLEAR_BELL
writetext RadioTower5FDirectorDescribeClearBellText
waitbutton

View File

@ -15,7 +15,7 @@ Route12SuperRodHouseFishingGuruScript:
yesorno
iffalse .Refused
writetext GiveSuperRodText
buttonsound
promptbutton
verbosegiveitem SUPER_ROD
iffalse .NoRoom
setevent EVENT_GOT_SUPER_ROD

Some files were not shown because too many files have changed in this diff Show More