mirror of
https://github.com/pret/pokeyellow.git
synced 2026-09-26 05:21:15 -04: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
|