Use a separate build object to check the rgbds version

rgbdscheck.o is built without passing potentially non-backwards-compatible flags to rgbasm.

Resolves #710.
This commit is contained in:
Rangi
2020-04-17 10:59:01 -04:00
parent 22615cecc5
commit bfc6612cbf
3 changed files with 17 additions and 6 deletions

View File

@@ -1,7 +1,3 @@
if __RGBDS_MAJOR__ <= 0 && __RGBDS_MINOR__ < 4
fail "pokecrystal requires rgbds 0.4.0 or newer."
endc
INCLUDE "charmap.asm"
INCLUDE "macros.asm"