pokered/rgbdscheck.asm
Rangi 5943b96cf6
Some checks are pending
CI / build (push) Waiting to run
Use features of RGBDS 1.0.0 (#537)
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