summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-xsrc/wram.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm
index db424fe..ddee677 100755
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -167,7 +167,13 @@ wPlayerDeck:: ; c400
wOpponentDeck:: ; c480
ds $80
- ds $500
+ ds $10
+
+; when the attack menu opens, it stores
+; each move in the order of
+; cardNumber, moveNumber, ...
+DuelAttackPointerTable:: ; c510
+ ds $4f0
;--- Engine -----------------------------------------------