shithub: pokered

ref: 929c7f6f7d62b4b22e1de2003b3df1943268321c
dir: /constants/evolution_constants.asm/

View raw version
; 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