You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename buttonsound to promptbutton
This commit is contained in:
@@ -51,7 +51,7 @@ MoomooScript:
|
||||
writetext MoomooWeakMooText
|
||||
setval MILTANK
|
||||
special PlaySlowCry
|
||||
buttonsound
|
||||
promptbutton
|
||||
writetext Route39BarnItsCryIsWeakText
|
||||
checkevent EVENT_TALKED_TO_FARMER_ABOUT_MOOMOO
|
||||
iftrue .GiveBerry
|
||||
@@ -60,7 +60,7 @@ MoomooScript:
|
||||
end
|
||||
|
||||
.GiveBerry:
|
||||
buttonsound
|
||||
promptbutton
|
||||
writetext Route39BarnAskGiveBerryText
|
||||
yesorno
|
||||
iffalse .Refused
|
||||
@@ -80,7 +80,7 @@ MoomooScript:
|
||||
|
||||
.ThreeBerries:
|
||||
writetext Route39BarnGaveBerryText
|
||||
buttonsound
|
||||
promptbutton
|
||||
writetext Route39BarnLittleHealthierText
|
||||
waitbutton
|
||||
closetext
|
||||
@@ -88,7 +88,7 @@ MoomooScript:
|
||||
|
||||
.FiveBerries:
|
||||
writetext Route39BarnGaveBerryText
|
||||
buttonsound
|
||||
promptbutton
|
||||
writetext Route39BarnQuiteHealthyText
|
||||
waitbutton
|
||||
closetext
|
||||
@@ -98,7 +98,7 @@ MoomooScript:
|
||||
playmusic MUSIC_HEAL
|
||||
writetext Route39BarnGaveBerryText
|
||||
pause 60
|
||||
buttonsound
|
||||
promptbutton
|
||||
special RestartMapMusic
|
||||
writetext Route39BarnTotallyHealthyText
|
||||
waitbutton
|
||||
|
||||
Reference in New Issue
Block a user