diff options
Diffstat (limited to 'constants/battle_constants.asm')
-rw-r--r-- | constants/battle_constants.asm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index f5dbe0b42..7615fbbce 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -109,15 +109,18 @@ SUBSTATUS_LEECH_SEED EQU 7 SUBSTATUS_RAGE EQU 6 SUBSTATUS_RECHARGE EQU 5 SUBSTATUS_SUBSTITUTE EQU 4 +; EQU 3 SUBSTATUS_FOCUS_ENERGY EQU 2 SUBSTATUS_MIST EQU 1 -SUBSTATUS_UNLEASH EQU 0 +SUBSTATUS_X_ACCURACY EQU 0 SUBSTATUS_CANT_RUN EQU 7 SUBSTATUS_DESTINY_BOND EQU 6 SUBSTATUS_LOCK_ON EQU 5 SUBSTATUS_ENCORED EQU 4 SUBSTATUS_TRANSFORMED EQU 3 +; EQU 2 +; EQU 1 SUBSTATUS_TOXIC EQU 0 ; environmental |