From fcdb5120dc3e94b9f638a10551872df1856ebec4 Mon Sep 17 00:00:00 2001 From: pinksylveon Date: Tue, 1 Dec 2020 15:00:42 -0500 Subject: Aligned the EQU --- src/constants/duel_constants.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm index 4abf9d7..758842a 100644 --- a/src/constants/duel_constants.asm +++ b/src/constants/duel_constants.asm @@ -118,8 +118,10 @@ PARALYZED EQU $03 POISONED EQU $80 DOUBLE_POISONED EQU $c0 + + DOUBLE_POISONED_F EQU 6 -POISONED_F EQU 7 +POISONED_F EQU 7 CNF_SLP_PRZ EQU $0f ; confused, asleep or paralyzed -- cgit v1.2.3