summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2016-02-28 17:35:06 +0100
committerxCrystal <rgr.crystal@gmail.com>2016-02-28 17:35:06 +0100
commitc54f07430c969654829f36d6ed8824a2b1f5a144 (patch)
tree9a989b1917a1f5a40f390da2678a642b7796b6ee /src/wram.asm
parentff6bcdf901daee04477d8f05b2251be360023658 (diff)
replace hardcoded constants and defender/pluspower handlers
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-xsrc/wram.asm4
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