diff options
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 |