summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 79ae8e8..1f40a45 100755
--- a/wram.asm
+++ b/wram.asm
@@ -116,6 +116,7 @@ wSerialRecvBuf: ; $cba5 - $cbc4
ds $20
ds $49
+;--- Duels --------------------------------------
; this seems to hold the current opponent's deck id - 2,
; perhaps to account for the two unused pointers at the
; beginning of DeckPointers
@@ -127,6 +128,11 @@ wIsPracticeDuel: ; cc13
wDuelTheme: ; cc1a
ds $1
+ ds $f2
+
+wUppercaseFlag: ; cd0d
+ ds $1
+
;--- Bank 1: $Dxxx ----------------------------------------
SECTION "WRAM1", WRAMX, BANK[1]