diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-07-24 21:55:13 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-07-24 21:55:13 -0500 |
commit | f0e9be4ffaeacc880fe197e4ef37741b678a4a33 (patch) | |
tree | d3972c08432c1593e18196e1c89ed2de385981bc | |
parent | 24fd45099664e2b6dab105cebfea118a1605efc3 (diff) |
Switch sam's practice deck constants
it turns out I was wrong, and the first of the two ids is the id
used to load Sam's deck
-rwxr-xr-x | constants/deck_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/deck_constants.asm b/constants/deck_constants.asm index 01de10d..5eab054 100755 --- a/constants/deck_constants.asm +++ b/constants/deck_constants.asm @@ -1,8 +1,8 @@ UNNAMED_DECK_DECK EQU $00 UNNAMED_DECK_DECK2 EQU $01 -SAMS_PRACTICE_DECK2 EQU $02 +SAMS_PRACTICE_DECK EQU $02 PRACTICE_PLAYER_DECK EQU $03 -SAMS_PRACTICE_DECK EQU $04 +SAMS_PRACTICE_DECK2 EQU $04 CHARMANDER_AND_FRIENDS_DECK EQU $05 CHARMANDER_EXTRA_DECK EQU $06 SQUIRTLE_AND_FRIENDS_DECK EQU $07 |