diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2018-01-09 19:15:33 +0100 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2018-01-09 19:16:27 +0100 |
| commit | 5b1ee097179b3f9ffcf1e518b0f513ad036f60bd (patch) | |
| tree | d3234e025502d0370d318d049867e9a5ad2ba802 /src/constants | |
| parent | 9b373dbff462614e484c0a5584e089e668bfd469 (diff) | |
CARD_LOCATION_JUST_DRAWN constant
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/duel_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm index 104799d..dc34f9a 100644 --- a/src/constants/duel_constants.asm +++ b/src/constants/duel_constants.asm @@ -41,6 +41,7 @@ CARD_LOCATION_BENCH_2 EQU $12 CARD_LOCATION_BENCH_3 EQU $13 CARD_LOCATION_BENCH_4 EQU $14 CARD_LOCATION_BENCH_5 EQU $15 +CARD_LOCATION_JUST_DRAWN EQU $40 ;;; duelist types DUELIST_TYPE_PLAYER EQU $00 |
