mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-07 22:33:07 -05:00
7 lines
160 B
NASM
7 lines
160 B
NASM
IF !DEF(__RGBDS_MAJOR__)
|
|
fail "pokeyellow requires rgbds v1.0.0 or newer."
|
|
ENDC
|
|
IF __RGBDS_MAJOR__ < 1
|
|
fail "pokeyellow requires rgbds v1.0.0 or newer."
|
|
ENDC
|