diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-01-17 00:57:08 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-01-17 00:57:08 +0100 |
commit | 2adaf3c8373de59f8557a48683386f7729bb49ae (patch) | |
tree | a77dbebb0b68554695c227d93bf4478a7dbbae74 /src/wram.asm | |
parent | c57303c887f376ab8d9c2b7edbf84658ddd1d017 (diff) |
dissasemble 2fcb-302c
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 11 |
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 ---------------------------------------- |