diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-12 15:39:45 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-12 15:44:54 -0400 |
commit | ff78a288fde1c6b96bb6641319abec367d5cb582 (patch) | |
tree | fd25e00dc41cddecd3da56072609e092fb1056b2 /constants.asm | |
parent | 3e40a1ecd0dc81d1d5be5f1adda1fbbe14b67d83 (diff) |
Update music for newer audio macros.
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 2e62bd71..03c24b8d 100644 --- a/constants.asm +++ b/constants.asm @@ -1,7 +1,3 @@ -if __RGBDS_MAJOR__ <= 0 && __RGBDS_MINOR__ < 4 - fail "pokegold requires rgbds 0.4.0 or newer." -endc - INCLUDE "charmap.asm" INCLUDE "macros.asm" |