mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
21 lines
178 B
NASM
21 lines
178 B
NASM
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
|
|
|