Rename buttonsound to promptbutton
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user