summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm30
1 files changed, 27 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 4210cf7..00beec2 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -1176,7 +1176,20 @@ wcda6:: ; cda6
wcda7:: ; cda7
ds $1
- ds $33
+ ds $6
+
+; pointer to a list of card IDs for sorting AI hand
+wcdae:: ; cdae
+ ds $1
+wcdaf:: ; cdaf
+ ds $1
+
+ ds $e
+
+wcdbe:: ; cdbe
+ ds $1
+
+ ds $1c
wcddb:: ; cddb
ds $1
@@ -1184,7 +1197,12 @@ wcddb:: ; cddb
wcddc:: ; cddc
ds $1
- ds $26
+ ds $16
+
+wcdf3:: ; cdf3
+ ds $1
+
+ ds $f
wce03:: ; ce03
ds $1
@@ -1475,7 +1493,13 @@ wcecc:: ; cecc
wcece:: ; cece
ds $2
- ds $47
+ ds $a
+
+; pointer to memory to store AI temporary hand card list
+wHandTempList:: ; ceda
+ ds $2
+
+ ds $3b
; used in bank2, probably related to wTempHandCardList (another temp list?)
wcf17:: ; cf17