summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/wram.asm b/src/wram.asm
index ade377a..138e612 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -5,9 +5,18 @@ INCLUDE "vram.asm"
SECTION "WRAM0", WRAM0
+UNION
+
wTempCardCollection:: ; c000
ds $100
+NEXTU
+
+wc000:: ; c000
+ ds $100
+
+ENDU
+
ds $100
SECTION "WRAM Duels 1", WRAM0
@@ -921,6 +930,8 @@ wRefreshMenuCursorSFX:: ; cd99
wcd9a:: ; cd9a
ds $1
+; used in _CopyCardNameAndLevel to keep track of the remaining space to copy the text
+wcd9b:: ; cd9b
ds $1
wcd9c:: ; cd9c