diff --git a/charmap.asm b/constants/charmap.asm similarity index 100% rename from charmap.asm rename to constants/charmap.asm diff --git a/includes.asm b/includes.asm index 9472e64c9bc..8fb9da2142c 100644 --- a/includes.asm +++ b/includes.asm @@ -1,5 +1,3 @@ -INCLUDE "charmap.asm" - INCLUDE "macros/asserts.asm" INCLUDE "macros/const.asm" INCLUDE "macros/predef.asm" @@ -22,6 +20,7 @@ INCLUDE "macros/scripts/pic_anims.asm" INCLUDE "macros/legacy.asm" +INCLUDE "constants/charmap.asm" INCLUDE "constants/hardware_constants.asm" INCLUDE "constants/deco_constants.asm" INCLUDE "constants/wram_constants.asm"