diff options
Diffstat (limited to 'constants/battle_constants.asm')
-rw-r--r-- | constants/battle_constants.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index 373277dcf..b6d663809 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -86,7 +86,7 @@ PAR EQU 6 ; substatus SUBSTATUS_IN_LOVE EQU 7 -SUBSTATUS_ENCORED EQU 6 +SUBSTATUS_ROLLOUT EQU 6 SUBSTATUS_ENDURE EQU 5 SUBSTATUS_PERISH EQU 4 SUBSTATUS_IDENTIFIED EQU 3 @@ -101,7 +101,7 @@ SUBSTATUS_FLYING EQU 6 SUBSTATUS_UNDERGROUND EQU 5 SUBSTATUS_CHARGED EQU 4 SUBSTATUS_FLINCHED EQU 3 -SUBSTATUS_ROLLOUT EQU 1 +SUBSTATUS_RAMPAGE EQU 1 SUBSTATUS_BIDE EQU 0 SUBSTATUS_LEECH_SEED EQU 7 @@ -115,6 +115,7 @@ SUBSTATUS_UNLEASH 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 SUBSTATUS_TOXIC EQU 0 |