summaryrefslogtreecommitdiff
path: root/src/constants
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants')
-rw-r--r--src/constants/duel_constants.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm
index e31bdf5..658798f 100644
--- a/src/constants/duel_constants.asm
+++ b/src/constants/duel_constants.asm
@@ -60,7 +60,7 @@ PASSIVE_STATUS_MASK EQU $f ; confused, asleep or paralyzed
SUBSTATUS1_AGILITY EQU $0c
SUBSTATUS1_FLY EQU $0d
SUBSTATUS1_HARDEN EQU $0e
-SUBSTATUS1_NO_DAMAGE_F EQU $0f
+SUBSTATUS1_NO_DAMAGE_STIFFEN EQU $0f
SUBSTATUS1_NO_DAMAGE_10 EQU $10
SUBSTATUS1_NO_DAMAGE_11 EQU $11
SUBSTATUS1_REDUCE_BY_20 EQU $13