aboutsummaryrefslogtreecommitdiffstats
path: root/rgbdscheck.asm
blob: 0ff10b53fee306da50f4dec426ff93fac86a1eac (plain) (blame)
1
2
3
4
5
6
IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
	fail "pokeyellow requires rgbds v0.9.2 or newer."
ENDC
IF __RGBDS_MAJOR__ == 0 && (__RGBDS_MINOR__ < 9 || (__RGBDS_MINOR__ == 9 && __RGBDS_PATCH__ < 2))
	fail "pokeyellow requires rgbds v0.9.2 or newer."
ENDC