diff options
author | anmart <andrewrmartinek@gmail.com> | 2016-02-26 15:56:01 -0500 |
---|---|---|
committer | anmart <andrewrmartinek@gmail.com> | 2016-02-26 15:56:01 -0500 |
commit | a78bf961bf7862684cc6d12a3cbf624727ff9408 (patch) | |
tree | 304c0e65507e02699435299a287eb81eb519ab78 /src/wram.asm | |
parent | f4a8c8b15853ddaafab0feaa10812bca861cabcd (diff) |
disassembled and Annotated attack functions
disassembled function that overwrites some data if the card passed as an
argument is a fossil or doll. annotated several functions
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 7c7c774..c0cd814 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -21,7 +21,7 @@ wPlayerDuelVariables:: ; c200 ; $01 - hand ; $02 - discard pile ; $08 - prize -; $10 - hand +; $10 - active pokemon ; $1X - bench (where X is bench position from 1 to 5) wPlayerCardLocations:: ; c200 ds DECK_SIZE |