shithub: pokered

ref: 09f07502b3aada1b6eef1e2c69944ea46b328c78
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