summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2016-01-25 21:14:48 +0100
committerxCrystal <rgr.crystal@gmail.com>2016-01-25 21:14:48 +0100
commit9bde7a8d215ff1270677cc5fc7a5895979b54fb8 (patch)
tree678b8184a6dfe49c206cbe9aa88a7770e68ab12b /src/wram.asm
parent4d65a0fc06be339f54813410eacf412c07acb2ea (diff)
duel related labels/documentation 1
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-xsrc/wram.asm11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 9aeac92..8ded548 100755
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -3,7 +3,14 @@ INCLUDE "constants.asm"
;--- Bank 0: $Cxxx ----------------------------------------
SECTION "WRAM0", WRAM0
- ds $a00
+ ds $400
+
+wPlayerDeck:: ; c400
+ ds $80
+
+wOpponentDeck:: ; c480
+ ds $80
+ ds $500
wBufOAM:: ; ca00
ds $a0
@@ -125,7 +132,7 @@ wSerialRecvBuf:: ; $cba5 - $cbc4
; 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
+wOpponentDeckId:: ; cc0e
ds $1
ds $4