mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Script_ChoseChallenge -> Script_ChooseChallenge
This script is called for the player to *choose* (or pick) the challenge they want to undertake.
This commit is contained in:
parent
afc92eadc1
commit
89d6a24644
@ -71,11 +71,11 @@ Script_Menu_ChallengeExplanationCancel: ; 0x9e3fc
|
|||||||
writetext Text_WantToGoIntoABattleRoom
|
writetext Text_WantToGoIntoABattleRoom
|
||||||
writebyte $1
|
writebyte $1
|
||||||
special Special_Menu_ChallengeExplanationCancel
|
special Special_Menu_ChallengeExplanationCancel
|
||||||
if_equal $1, Script_ChoseChallenge
|
if_equal $1, Script_ChooseChallenge
|
||||||
if_equal $2, Script_BattleTowerExplanation
|
if_equal $2, Script_BattleTowerExplanation
|
||||||
jump Script_BattleTowerHopeToServeYouAgain
|
jump Script_BattleTowerHopeToServeYouAgain
|
||||||
|
|
||||||
Script_ChoseChallenge: ; 0x9e40f
|
Script_ChooseChallenge: ; 0x9e40f
|
||||||
writebyte BATTLETOWERACTION_RESETDATA ; ResetBattleTowerTrainerSRAM
|
writebyte BATTLETOWERACTION_RESETDATA ; ResetBattleTowerTrainerSRAM
|
||||||
special BattleTowerAction
|
special BattleTowerAction
|
||||||
special SpecialCheckForBattleTowerRules
|
special SpecialCheckForBattleTowerRules
|
||||||
|
Loading…
Reference in New Issue
Block a user