diff options
| author | anmart <andrewrmartinek@gmail.com> | 2016-02-20 00:39:27 -0500 |
|---|---|---|
| committer | anmart <andrewrmartinek@gmail.com> | 2016-02-20 00:39:27 -0500 |
| commit | 90f1f4a0903b7fc04b28962cd6bc8d946ab15ea5 (patch) | |
| tree | db5bbfa3f79abdd907a6d6892e8cfa59f0191e42 /src/constants | |
| parent | 595988d101d7c7264099ee3b9f559214bfda436c (diff) | |
Disassembled Duel Attack Submenu
Disassembled Duel Attack Submenu and some related wram + functions
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 |
