summaryrefslogtreecommitdiff
path: root/constants/evolution_constants.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 /constants/evolution_constants.asm
parentc80eddf988523b81c2e26b57a648ee6069c8955c (diff)
use constants for wEvosMoves size
Diffstat (limited to 'constants/evolution_constants.asm')
-rwxr-xr-xconstants/evolution_constants.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/evolution_constants.asm b/constants/evolution_constants.asm
index 2e3f3613..86c466d8 100755
--- a/constants/evolution_constants.asm
+++ b/constants/evolution_constants.asm
@@ -1,4 +1,9 @@
+; See data/evos_moves.asm
+
; Evolution types
EV_LEVEL EQU 1
EV_ITEM EQU 2
EV_TRADE EQU 3
+
+MAX_EVOLUTIONS EQU 3
+EVOLUTION_SIZE EQU 4