pokegold-spaceworld/rgbdscheck.asm
Rangi 26a44bf940
Some checks failed
CI / build (push) Has been cancelled
Use features of RGBDS 1.0.0 (#123)
* All programs (rgbasm, rgblink, rgbfix, rgbgfx) support `-W` warnings

* Use `rgbgfx -c dmg` for grayscale 1bpp/2bpp

* Use new string functions and operators

* Use `?` to silence nodes in warning/error location backtraces

* Use single-quoted character literals for numeric values

* Do not warn about overwriting bytes in the corrected header
2025-11-13 15:28:12 -05:00

7 lines
178 B
NASM

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