mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-09 12:41:36 +13:00
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
10 lines
141 B
NASM
Executable file
10 lines
141 B
NASM
Executable file
; 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
|