summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-03-22 23:09:49 -0400
committeryenatch <yenatch@gmail.com>2018-03-22 23:09:49 -0400
commitbd35b37262fd80b355f6b1d942e5e936871be1ec (patch)
tree67072cfeeed8ee8a286d6b174b52bd33f9078df1 /wram.asm
parentc80eddf988523b81c2e26b57a648ee6069c8955c (diff)
use constants for wEvosMoves size
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 824b13d4..baab1cf7 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1253,7 +1253,7 @@ wNormalMaxPPList:: ; cd78
NEXTU
-wEvosMoves:: ds 13
+wEvosMoves:: ds MAX_EVOLUTIONS * EVOLUTION_SIZE + 1
.end::
ENDU