From d85f56c95c716fc53451d220ee299b02bfe0e4ba Mon Sep 17 00:00:00 2001 From: anmart Date: Mon, 22 Feb 2016 20:04:09 -0500 Subject: disassembled some more attack menu code disassembled another attack menu function and gave names to some ambiguous labels --- src/constants/duel_constants.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/constants') diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm index 95bbe8d..cfa27d2 100644 --- a/src/constants/duel_constants.asm +++ b/src/constants/duel_constants.asm @@ -27,7 +27,6 @@ DUELVARS_DUELIST_TYPE EQUS "wPlayerDuelistType & $ff" ; status condition constants CARD_NOSTATUS EQU $00 -;TODO - ??? EQU $01 +CARD_CONFUSED EQU $01 CARD_ASLEEP EQU $02 CARD_PARALYZED EQU $03 -;TODO - beyond -- cgit v1.2.3