diff options
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/duel_constants.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm index 0eb4b5b..84749fc 100644 --- a/src/constants/duel_constants.asm +++ b/src/constants/duel_constants.asm @@ -23,3 +23,11 @@ DUELVARS_NUMBER_OF_CARDS_IN_HAND EQUS "wPlayerNumberOfCardsInHand & $ff" DUELVARS_NUMBER_OF_POKEMON_IN_PLAY EQUS "wPlayerNumberOfPokemonInPlay & $ff" ; ef DUELVARS_ARENA_CARD_STATUS EQUS "wPlayerArenaCardStatus & $ff" ; f0 DUELVARS_DUELIST_TYPE EQUS "wPlayerDuelistType & $ff" ; f1 + + +; status condition constants +CARD_NOSTATUS EQU $00 +;TODO - ??? EQU $01 +CARD_ASLEEP EQU $02 +CARD_PARALYZED EQU $03 +;TODO - beyond
\ No newline at end of file |
