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