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:
@@ -65,7 +65,7 @@ Route32CooltrainerMContinueScene:
|
||||
|
||||
.GiveMiracleSeed:
|
||||
writetext Route32CooltrainerMText_HaveThisSeed
|
||||
buttonsound
|
||||
promptbutton
|
||||
verbosegiveitem MIRACLE_SEED
|
||||
iffalse .BagFull
|
||||
setevent EVENT_GOT_MIRACLE_SEED_IN_ROUTE_32
|
||||
@@ -106,7 +106,7 @@ Route32RoarTMGuyScript:
|
||||
checkevent EVENT_GOT_TM05_ROAR
|
||||
iftrue .AlreadyHaveRoar
|
||||
writetext Text_RoarIntro
|
||||
buttonsound
|
||||
promptbutton
|
||||
verbosegiveitem TM_ROAR
|
||||
iffalse .Finish
|
||||
setevent EVENT_GOT_TM05_ROAR
|
||||
@@ -179,7 +179,7 @@ TrainerFisherRalph1:
|
||||
checkevent EVENT_RALPH_ASKED_FOR_PHONE_NUMBER
|
||||
iftrue .AskAgain
|
||||
writetext FisherRalphAfterText
|
||||
buttonsound
|
||||
promptbutton
|
||||
setevent EVENT_RALPH_ASKED_FOR_PHONE_NUMBER
|
||||
scall .AskNumber1
|
||||
sjump .AskForNumber
|
||||
@@ -313,7 +313,7 @@ TrainerPicnickerLiz1:
|
||||
checkevent EVENT_LIZ_ASKED_FOR_PHONE_NUMBER
|
||||
iftrue .AskAgain
|
||||
writetext PicnickerLiz1AfterText
|
||||
buttonsound
|
||||
promptbutton
|
||||
setevent EVENT_LIZ_ASKED_FOR_PHONE_NUMBER
|
||||
scall .AskNumber1
|
||||
sjump .AskForNumber
|
||||
@@ -459,11 +459,11 @@ FriedaScript:
|
||||
checkevent EVENT_MET_FRIEDA_OF_FRIDAY
|
||||
iftrue .MetFrieda
|
||||
writetext MeetFriedaText
|
||||
buttonsound
|
||||
promptbutton
|
||||
setevent EVENT_MET_FRIEDA_OF_FRIDAY
|
||||
.MetFrieda:
|
||||
writetext FriedaGivesGiftText
|
||||
buttonsound
|
||||
promptbutton
|
||||
verbosegiveitem POISON_BARB
|
||||
iffalse .Done
|
||||
setevent EVENT_GOT_POISON_BARB_FROM_FRIEDA
|
||||
|
||||
Reference in New Issue
Block a user