mirror of
https://github.com/pret/pokered.git
synced 2026-04-09 02:45:40 -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 |