mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-28 18:47:22 -05:00
4 lines
65 B
NASM
Executable File
4 lines
65 B
NASM
Executable File
; Evolution types
|
|
EV_LEVEL EQU 1
|
|
EV_ITEM EQU 2
|
|
EV_TRADE EQU 3 |