mirror of
https://github.com/pret/pokeyellow.git
synced 2026-09-27 05:34:56 -04: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
|