diff options
author | yenatch <yenatch@gmail.com> | 2013-05-03 01:29:57 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-05-03 01:29:57 -0400 |
commit | 2b00d49065e01e35bc6ead2fadc2ce7972ed77d0 (patch) | |
tree | f293f5a2895deae106a939d28899a4c5ffefe1e9 /constants.asm | |
parent | adeb0ac47c9ee3876d1ce0b526d7e6a6e7170ce2 (diff) |
move effect cleanup
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 7f390e832..2fe1f6ee5 100644 --- a/constants.asm +++ b/constants.asm @@ -3737,6 +3737,7 @@ SUBSTATUS_IN_LOVE EQU 7 SUBSTATUS_ENCORED EQU 6 SUBSTATUS_ENDURE EQU 5 SUBSTATUS_PERISH EQU 4 +SUBSTATUS_IDENTIFIED EQU 3 SUBSTATUS_PROTECT EQU 2 SUBSTATUS_CURSE EQU 1 SUBSTATUS_NIGHTMARE EQU 0 @@ -3756,10 +3757,12 @@ SUBSTATUS_RAGE EQU 6 SUBSTATUS_RECHARGE EQU 5 SUBSTATUS_SUBSTITUTE EQU 4 SUBSTATUS_FOCUS_ENERGY EQU 2 +SUBSTATUS_MIST EQU 1 SUBSTATUS_UNLEASH EQU 0 SUBSTATUS_DESTINY_BOND EQU 6 SUBSTATUS_LOCK_ON EQU 5 +SUBSTATUS_TOXIC EQU 0 ; status |