pokeyellow/rgbdscheck.asm
dannye 324ae167d1
Some checks failed
CI / build (push) Has been cancelled
Merge branch 'master' of https://github.com/pret/pokered
2025-11-12 17:56:10 -06:00

7 lines
160 B
NASM

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