diff options
Diffstat (limited to 'constants/battle_constants.asm')
-rw-r--r-- | constants/battle_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index b6d663809..f5dbe0b42 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -101,6 +101,7 @@ SUBSTATUS_FLYING EQU 6 SUBSTATUS_UNDERGROUND EQU 5 SUBSTATUS_CHARGED EQU 4 SUBSTATUS_FLINCHED EQU 3 +SUBSTATUS_IN_LOOP EQU 2 SUBSTATUS_RAMPAGE EQU 1 SUBSTATUS_BIDE EQU 0 |