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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user