diff options
author | pinksylveon <shakibafzali@gmail.com> | 2020-12-01 15:31:44 -0500 |
---|---|---|
committer | pinksylveon <shakibafzali@gmail.com> | 2020-12-01 15:31:44 -0500 |
commit | 6d17f2ebb999e0c42e5eb740bdd92399b5c69dba (patch) | |
tree | 6f283053eb5825990a96e2e0f21ffde580da5353 /src | |
parent | b72c0c5d575956d9714991564efb7fd66b384836 (diff) |
Added DBLPSN_DAMAGE constant
Diffstat (limited to 'src')
-rw-r--r-- | src/constants/duel_constants.asm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm index 80a30b0..0c2af37 100644 --- a/src/constants/duel_constants.asm +++ b/src/constants/duel_constants.asm @@ -123,9 +123,10 @@ DOUBLE_POISONED_F EQU 6 POISONED_F EQU 7 -CNF_SLP_PRZ EQU $0f ; confused, asleep or paralyzed -PSN_DBLPSN EQU $f0 ; poisoned or double poisoned -PSN_DAMAGE EQU 10 +CNF_SLP_PRZ EQU $0f ; confused, asleep or paralyzed +PSN_DBLPSN EQU $f0 ; poisoned or double poisoned +PSN_DAMAGE EQU 10 +DBLPSN_DAMAGE EQU $14 ; substatus conditions (DUELVARS_ARENA_CARD_SUBSTATUS*) |