Move charmap.asm to constants/

Resolves #1090
This commit is contained in:
vulcandth
2023-11-17 21:59:32 -06:00
parent 9cbd6ca5e1
commit 05083d6fd2
2 changed files with 1 additions and 2 deletions

View File

@@ -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"