summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2016-01-17 00:57:08 +0100
committerxCrystal <rgr.crystal@gmail.com>2016-01-17 00:57:08 +0100
commit2adaf3c8373de59f8557a48683386f7729bb49ae (patch)
treea77dbebb0b68554695c227d93bf4478a7dbbae74 /src/wram.asm
parentc57303c887f376ab8d9c2b7edbf84658ddd1d017 (diff)
dissasemble 2fcb-302c
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-xsrc/wram.asm11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 18bb3ed..f33c488 100755
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -146,11 +146,20 @@ wCardBuffer1:: ; c224
wCardBuffer2:: ; cc65
ds CARD_DATA_LENGTH
- ds $67
+ ds $c
+
+wCurrentMoveEffectOrCardFunction:: ; ccb2
+ ds $1
+ ds $5a
wUppercaseFlag:: ; cd0d
ds $1
+ ds $114
+; During a duel, this is always $b after the first attack.
+; $b is the bank where the functions associated to card or effect commands are.
+; Its only purpose seems to be store this value to be read by TryExecuteCommandFunction.
+wce22:: ; ce22
;--- Bank 1: $Dxxx ----------------------------------------