pokegold/rgbdscheck.asm
Rangi d2c9e2d74f
Some checks are pending
CI / build (push) Waiting to run
Use features of RGBDS 1.0.0 (#138)
2025-11-12 15:44:00 -05:00

7 lines
156 B
NASM

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