summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2014-07-25 00:50:46 -0500
committerU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2014-07-25 00:50:46 -0500
commitba5c5e4e62c68bef335685d15d967ff3044eb82f (patch)
treec86fe152c9e8d9af8792e59df4ac88c359d25b6b /wram.asm
parent75db414ec3e4fa24e418e3e5bcd7f913388a4890 (diff)
Start duel engine disassembly, add duelist constants
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm17
1 files changed, 16 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 12f66a7..5e186cd 100755
--- a/wram.asm
+++ b/wram.asm
@@ -51,12 +51,27 @@ wBufPalette: ; caf0
ds $84
wBufSerial: ; cb74
+ ds $9a
+
+; this seems to hold the current opponent's deck id - 2,
+; perhaps to account for the two unused pointers at the
+; beginning of DeckPointers
+wOpponentDeck: ; cc0e
+ ds $5
+
+wIsPracticeDuel: ; cc13
+ ds $7
+
+wDuelTheme: ; cc1a
ds $1
;--- Bank 1: $Dxxx ----------------------------------------
SECTION "WRAM1", WRAMX, BANK[1]
- ds $32f
+ ds $113
+
+wMatchStartTheme: ; d113
+ ds $21c
wCurMap: ; d32f
ds $1