mirror of
https://github.com/pret/pokered.git
synced 2026-06-02 00:45:13 -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
|