diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-06-05 16:15:31 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-06-05 16:15:31 +0100 |
commit | a69683c9fb19c90d38d356229a9245ae45bf4ab8 (patch) | |
tree | 33a1878709aee3e094ec695b81a959e5fcf2bee3 /src/sram.asm | |
parent | 63f0559573cbec5a199645263a36b51b503d4ed1 (diff) |
Finish Bank 6
Diffstat (limited to 'src/sram.asm')
-rw-r--r-- | src/sram.asm | 7 |
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 |