diff options
author | pinksylveon <shakibafzali@gmail.com> | 2020-12-01 13:48:23 -0500 |
---|---|---|
committer | pinksylveon <shakibafzali@gmail.com> | 2020-12-01 13:48:23 -0500 |
commit | e1d567dc159a97aab015caee779cae42f5af4c96 (patch) | |
tree | bbf7e474532e2ea6b13b187e7c6ba43655b47114 /src/constants | |
parent | 3c17355ec7df797e1418615995b7e0e51fddba93 (diff) |
Fixed some things and added a couple constants
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/duel_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm index 344cff1..f42e64a 100644 --- a/src/constants/duel_constants.asm +++ b/src/constants/duel_constants.asm @@ -117,9 +117,13 @@ ASLEEP EQU $02 PARALYZED EQU $03 POISONED EQU $80 DOUBLE_POISONED EQU $c0 +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 $0a ; substatus conditions (DUELVARS_ARENA_CARD_SUBSTATUS*) |