diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-17 10:59:01 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-17 10:59:01 -0400 |
commit | bfc6612cbf0460955deca28e9ad92d0ff8856668 (patch) | |
tree | 0df5a4149a1ed0b99660ab42aad1e4a9492ca145 /constants.asm | |
parent | 22615cecc5b878ff92f882f34dd0f21e7d0489b9 (diff) |
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.
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/constants.asm b/constants.asm index 758b3abcc..7864ec9d0 100644 --- a/constants.asm +++ b/constants.asm @@ -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" |