Merge pull request #799 from FredrIQ/typo_fix

Battle Tower: fix typo in constant (PROGESS -> PROGRESS)
This commit is contained in:
Rangi
2021-02-05 09:45:11 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -565,7 +565,7 @@ CopyBTTrainer_FromBT_OT_TowBT_OTTemp:
ld a, BANK(sBattleTowerChallengeState)
call OpenSRAM
ld a, BATTLETOWER_CHALLENGE_IN_PROGESS
ld a, BATTLETOWER_CHALLENGE_IN_PROGRESS
ld [sBattleTowerChallengeState], a
ld hl, sNrOfBeatenBattleTowerTrainers
inc [hl]