pokered/rgbdscheck.asm

7 lines
229 B
NASM
Raw Permalink Normal View History

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