diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-04-17 18:25:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 18:25:59 +0000 |
commit | 19aee926af86c1351ca85ca45da26f5d6f3cd8d6 (patch) | |
tree | 82d2d640096a0cb3fc2dddec35fb9ac5a2addfef /constants.asm | |
parent | 93ed0ed19ce615f99a36062cd2133e8ee2e75cc1 (diff) | |
parent | 164e1b89afc1773a14598c377c8c8d0bfa01a1a1 (diff) |
Merge pull request #712 from Rangi42/master
Miscellaneous fixes
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" |