mirror of
https://github.com/pret/pokeyellow.git
synced 2024-11-23 05:49:57 +00:00
7 lines
235 B
NASM
7 lines
235 B
NASM
IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
|
|
fail "pokeyellow requires rgbds v0.7.0 or newer."
|
|
ENDC
|
|
IF __RGBDS_MAJOR__ == 0 && __RGBDS_MINOR__ < 7
|
|
fail "pokeyellow requires rgbds v0.7.0 or newer."
|
|
ENDC
|