diff options
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index c0cd814..5b8399f 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -21,7 +21,7 @@ wPlayerDuelVariables:: ; c200 ; $01 - hand ; $02 - discard pile ; $08 - prize -; $10 - active pokemon +; $10 - arena (active pokemon or a card attached to it) ; $1X - bench (where X is bench position from 1 to 5) wPlayerCardLocations:: ; c200 ds DECK_SIZE @@ -288,7 +288,7 @@ wcade:: ; cade wcae2:: ; cae2 ds $e -wBufPalette:: ; caf0 - cab7f +wBufPalette:: ; caf0 ds $80 ds $4 |