summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-03-04 19:00:36 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-03-04 19:00:36 +0100
commit1750d420b98f0b3d87c74fe1d59fca8498c8e0a0 (patch)
treeb9a30206094ee9c0cc9264826b7a71b69f6c156b /src/wram.asm
parente0c37335bd97b33e24b5b5e8b63b123b577b4d82 (diff)
Some text related stuff
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