From bd35b37262fd80b355f6b1d942e5e936871be1ec Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 22 Mar 2018 23:09:49 -0400 Subject: use constants for wEvosMoves size --- constants/evolution_constants.asm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants') 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 -- cgit v1.3.1-sl0p