Skip to content

Commit

Permalink
Move charmap.asm to constants/
Browse files Browse the repository at this point in the history
Resolves #1090
  • Loading branch information
vulcandth committed Nov 18, 2023
1 parent bea7f05 commit 7301cf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions includes.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
INCLUDE "charmap.asm"

INCLUDE "macros/asserts.asm"
INCLUDE "macros/const.asm"
INCLUDE "macros/predef.asm"
Expand All @@ -21,6 +19,7 @@ INCLUDE "macros/scripts/oam_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"
Expand Down

0 comments on commit 7301cf4

Please sign in to comment.