From f0e9be4ffaeacc880fe197e4ef37741b678a4a33 Mon Sep 17 00:00:00 2001 From: "U-Daniel-PC\\Daniel" Date: Thu, 24 Jul 2014 21:55:13 -0500 Subject: 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 --- constants/deck_constants.asm | 4 ++-- 1 file 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 -- cgit v1.2.3