Use features new to RGBDS 0.9.2 (#1180)

This commit is contained in:
Rangi
2025-05-10 12:47:43 -04:00
committed by GitHub
parent f480cb9e24
commit a15a2970a1
10 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
fail "pokecrystal requires rgbds v0.9.0 or newer."
fail "pokecrystal requires rgbds v0.9.2 or newer."
ENDC
IF __RGBDS_MAJOR__ == 0 && __RGBDS_MINOR__ < 9
fail "pokecrystal requires rgbds v0.9.0 or newer."
IF __RGBDS_MAJOR__ == 0 && (__RGBDS_MINOR__ < 9 || (__RGBDS_MINOR__ == 9 && __RGBDS_PATCH__ < 2))
fail "pokecrystal requires rgbds v0.9.2 or newer."
ENDC