diff options
Diffstat (limited to 'src/sram.asm')
-rw-r--r-- | src/sram.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sram.asm b/src/sram.asm index 3b2b83c..b64d8c3 100644 --- a/src/sram.asm +++ b/src/sram.asm @@ -120,9 +120,7 @@ sCurrentlySelectedDeck:: ; b700 ; an unnamed deck (i.e. DECK XXX) ; max number is MAX_UNNAMED_DECK_NUM sUnnamedDeckCounter:: ; b701 - ds $1 - - ds $1 + ds $2 ; whether player has had Promotional cards ; to decide whether to show the option |