diff options
author | Fredrik Ljungdahl <fredde1994@gmail.com> | 2021-02-04 12:42:56 +0100 |
---|---|---|
committer | Fredrik Ljungdahl <fredde1994@gmail.com> | 2021-02-04 12:42:56 +0100 |
commit | 8f4dcbcb590b1c6fb883bb767276c05d78be0d4c (patch) | |
tree | 64b35cf433c31e9144ddd8b71005fd876c150d4d /constants/battle_tower_constants.asm | |
parent | 7d3ea88611efbc2f9b903063e2816b1cae1bad35 (diff) |
Battle Tower: fix typo in constant (PROGESS -> PROGRESS)
Diffstat (limited to 'constants/battle_tower_constants.asm')
-rw-r--r-- | constants/battle_tower_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/battle_tower_constants.asm b/constants/battle_tower_constants.asm index b230bb1ab..419d364c7 100644 --- a/constants/battle_tower_constants.asm +++ b/constants/battle_tower_constants.asm @@ -56,6 +56,6 @@ MOBILE_EVENT_OBJECT_GS_BALL EQU $b const_def const BATTLETOWER_NO_CHALLENGE const BATTLETOWER_SAVED_AND_LEFT - const BATTLETOWER_CHALLENGE_IN_PROGESS + const BATTLETOWER_CHALLENGE_IN_PROGRESS const BATTLETOWER_WON_CHALLENGE const BATTLETOWER_RECEIVED_REWARD |