diff options
author | pinksylveon <shakibafzali@gmail.com> | 2020-12-01 16:09:51 -0500 |
---|---|---|
committer | pinksylveon <shakibafzali@gmail.com> | 2020-12-01 16:09:51 -0500 |
commit | 9faba758bebdaebbe4ef40a397503e98f71b5fb4 (patch) | |
tree | bbbeb228f4336aa7411942f1aed963ff75f58d17 /src | |
parent | 6d17f2ebb999e0c42e5eb740bdd92399b5c69dba (diff) |
Fixed hex byte
Diffstat (limited to 'src')
-rw-r--r-- | src/constants/duel_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm index 0c2af37..28199e5 100644 --- a/src/constants/duel_constants.asm +++ b/src/constants/duel_constants.asm @@ -126,7 +126,7 @@ 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 -DBLPSN_DAMAGE EQU $14 +DBLPSN_DAMAGE EQU 20 ; substatus conditions (DUELVARS_ARENA_CARD_SUBSTATUS*) |