diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index 467163d8f..758b3abcc 100644 --- a/constants.asm +++ b/constants.asm @@ -1,4 +1,4 @@ -if __RGBDS_MINOR__ < 4 +if __RGBDS_MAJOR__ <= 0 && __RGBDS_MINOR__ < 4 fail "pokecrystal requires rgbds 0.4.0 or newer." endc |