mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 12:22:04 -05:00
5 lines
63 B
NASM
Executable File
5 lines
63 B
NASM
Executable File
; Evolution types
|
|
EV_LEVEL EQU 1
|
|
EV_ITEM EQU 2
|
|
EV_TRADE EQU 3
|