mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-03-21 17:45:52 -05:00
Some checks failed
CI / build (push) Has been cancelled
* 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
7 lines
178 B
NASM
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
|