diff options
author | mid-kid <esteve.varela@gmail.com> | 2017-11-26 11:28:57 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2017-11-26 11:29:38 +0100 |
commit | 89d6a246443d068c13d1c2413f9a70464b235d53 (patch) | |
tree | e98725d613cd17219f9238ae4b81f804ff38add5 | |
parent | afc92eadc186551ed0b3b26b5f453d3a33144d26 (diff) |
Script_ChoseChallenge -> Script_ChooseChallenge
This script is called for the player to *choose* (or pick) the challenge
they want to undertake.
-rw-r--r-- | maps/BattleTower1F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/BattleTower1F.asm b/maps/BattleTower1F.asm index 4096c565f..4b251aa66 100644 --- a/maps/BattleTower1F.asm +++ b/maps/BattleTower1F.asm @@ -71,11 +71,11 @@ Script_Menu_ChallengeExplanationCancel: ; 0x9e3fc writetext Text_WantToGoIntoABattleRoom writebyte $1 special Special_Menu_ChallengeExplanationCancel - if_equal $1, Script_ChoseChallenge + if_equal $1, Script_ChooseChallenge if_equal $2, Script_BattleTowerExplanation jump Script_BattleTowerHopeToServeYouAgain -Script_ChoseChallenge: ; 0x9e40f +Script_ChooseChallenge: ; 0x9e40f writebyte BATTLETOWERACTION_RESETDATA ; ResetBattleTowerTrainerSRAM special BattleTowerAction special SpecialCheckForBattleTowerRules |