pokered/version.asm

21 lines
178 B
NASM
Raw Normal View History

if !def(_RED)
_RED EQU 0
endc
if !def(_BLUE)
_BLUE EQU 0
endc
if !def(_JAPAN)
_JAPAN EQU 0
endc
if !def(_GREEN)
_GREEN EQU 0
endc
if !def(_YELLOW)
_YELLOW EQU 0
endc