shithub: pokered

ref: 91dc3c9f9c8fd529bb6e8307b58b96efa0bec67e
dir: /constants/evolution_constants.asm/

View raw version
; See data/pokemon/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