pokered/rgbdscheck.asm
Rangi cd1065b7a9
Some checks failed
CI / build (push) Has been cancelled
Use RGBDS 0.9.0 (#482)
2024-12-25 21:24:21 -05:00

7 lines
228 B
NASM

IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
fail "pokered requires rgbds v0.9.0 or newer."
ENDC
IF __RGBDS_MAJOR__ == 0 && __RGBDS_MINOR__ < 9
fail "pokered requires rgbds v0.9.0 or newer."
ENDC