diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-07 13:11:29 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-07 13:11:29 -0500 |
commit | 6c20ff9e200499f7c245653a9e5aa269649c8639 (patch) | |
tree | e5da46ba249d6a3e0d438a1345111dd063367500 /constants.asm | |
parent | bdd3a55333d0acd1d764327dcebb4a14d9586f05 (diff) |
Reorganize some macros
* tileset data macros go atop their related files, like all the ones in data/
* charmaps are not macros
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 7de20dfe2..4e52c9e42 100644 --- a/constants.asm +++ b/constants.asm @@ -1,3 +1,5 @@ +INCLUDE "charmap.asm" + INCLUDE "macros.asm" INCLUDE "hram.asm" |