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

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