pokeyellow/rgbdscheck.asm
2025-11-12 15:44:07 -05:00

7 lines
154 B
NASM

IF !DEF(__RGBDS_MAJOR__)
fail "pokered requires rgbds v1.0.0 or newer."
ENDC
IF __RGBDS_MAJOR__ < 1
fail "pokered requires rgbds v1.0.0 or newer."
ENDC