pokeyellow/rgbdscheck.asm

7 lines
235 B
NASM
Raw Permalink Normal View History

IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
fail "pokeyellow requires rgbds v0.7.0 or newer."
ENDC
2024-01-03 15:59:04 +00:00
IF __RGBDS_MAJOR__ == 0 && __RGBDS_MINOR__ < 7
fail "pokeyellow requires rgbds v0.7.0 or newer."
ENDC