Move charmap.asm to constants/

This commit is contained in:
vulcandth 2023-11-17 22:08:15 -06:00
parent 141502ac44
commit da382ed9f4
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,3 @@
INCLUDE "charmap.asm"
INCLUDE "macros/asserts.asm" INCLUDE "macros/asserts.asm"
INCLUDE "macros/const.asm" INCLUDE "macros/const.asm"
INCLUDE "macros/predef.asm" INCLUDE "macros/predef.asm"
@ -15,6 +13,7 @@ INCLUDE "macros/scripts/maps.asm"
INCLUDE "macros/scripts/events.asm" INCLUDE "macros/scripts/events.asm"
INCLUDE "macros/scripts/text.asm" INCLUDE "macros/scripts/text.asm"
INCLUDE "constants/charmap.asm"
INCLUDE "constants/hardware_constants.asm" INCLUDE "constants/hardware_constants.asm"
INCLUDE "constants/oam_constants.asm" INCLUDE "constants/oam_constants.asm"
INCLUDE "constants/misc_constants.asm" INCLUDE "constants/misc_constants.asm"