diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/constants.asm b/constants.asm index f15510c9..761d5886 100644 --- a/constants.asm +++ b/constants.asm @@ -30,5 +30,4 @@ INCLUDE "constants/credits_constants.asm" INCLUDE "constants/music_constants.asm" INCLUDE "constants/tilesets.asm" INCLUDE "constants/starter_mons.asm" - -INCLUDE "constants/predef_constants.asm"
\ No newline at end of file +INCLUDE "constants/predef_constants.asm" |