diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-07-25 00:50:46 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-07-25 00:50:46 -0500 |
commit | ba5c5e4e62c68bef335685d15d967ff3044eb82f (patch) | |
tree | c86fe152c9e8d9af8792e59df4ac88c359d25b6b /constants/deck_constants.asm | |
parent | 75db414ec3e4fa24e418e3e5bcd7f913388a4890 (diff) |
Start duel engine disassembly, add duelist constants
Diffstat (limited to 'constants/deck_constants.asm')
-rwxr-xr-x | constants/deck_constants.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/deck_constants.asm b/constants/deck_constants.asm index 5eab054..9f2198b 100755 --- a/constants/deck_constants.asm +++ b/constants/deck_constants.asm @@ -2,7 +2,7 @@ UNNAMED_DECK_DECK EQU $00 UNNAMED_DECK_DECK2 EQU $01 SAMS_PRACTICE_DECK EQU $02 PRACTICE_PLAYER_DECK EQU $03 -SAMS_PRACTICE_DECK2 EQU $04 +SAMS_NORMAL_DECK EQU $04 CHARMANDER_AND_FRIENDS_DECK EQU $05 CHARMANDER_EXTRA_DECK EQU $06 SQUIRTLE_AND_FRIENDS_DECK EQU $07 @@ -53,3 +53,5 @@ ANGER_DECK EQU $33 FLAMETHROWER_DECK EQU $34 RESHUFFLE_DECK EQU $35 IMAKUNI_DECK EQU $36 + +NUMBER_OF_DECKS EQU $36 |