summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorJonas Höglund <firefly@firefly.nu>2014-07-26 12:14:35 +0200
committerJonas Höglund <firefly@firefly.nu>2014-07-26 12:14:35 +0200
commit459c96bdbaab26566ec777ca7506625596a1109b (patch)
treeaa528a21955d8339ae03f9b87adc8b01a20a7e71 /wram.asm
parent7819cfecca89160914984544ec9c20e7247c94e2 (diff)
Home: try to make sense of mysterios linked-list function
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]