summaryrefslogtreecommitdiff
path: root/src/sram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/sram.asm')
-rw-r--r--src/sram.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/sram.asm b/src/sram.asm
index 5d01ef5..a9b5f4b 100644
--- a/src/sram.asm
+++ b/src/sram.asm
@@ -128,7 +128,12 @@ sUnnamedDeckCounter:: ; b701
; to decide whether to show the option
; in the Card Album PC menu
sHasPromotionalCards:: ; b703
- ds $4
+ ds $1
+
+; these are initialized to 1 when
+; creating a new game but are never used
+sb704:: ; b704
+ ds $3
sCardAndDeckSaveDataEnd::
ds $f9