From e1d567dc159a97aab015caee779cae42f5af4c96 Mon Sep 17 00:00:00 2001 From: pinksylveon Date: Tue, 1 Dec 2020 13:48:23 -0500 Subject: Fixed some things and added a couple constants --- src/constants/duel_constants.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/constants') 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*) -- cgit v1.2.3