diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2019-10-06 23:00:27 -0400 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2019-10-06 23:00:27 -0400 |
commit | a44f17b9a15cf1a572d5e8056a69c368265729f2 (patch) | |
tree | e8137a71e6c6fb2cbb56d3d58be084f3958ba39e /src/constants.asm | |
parent | fda59356c20813bb57d59de8d9b2b100f0fe275d (diff) |
Fixed a few macros that were giving weird code. Updated tcgdisasm
Diffstat (limited to 'src/constants.asm')
-rw-r--r-- | src/constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants.asm b/src/constants.asm index 76b206c..7ad156b 100644 --- a/src/constants.asm +++ b/src/constants.asm @@ -16,4 +16,5 @@ INCLUDE "constants/sgb_constants.asm" INCLUDE "constants/sfx_constants.asm" INCLUDE "constants/sprite_constants.asm" INCLUDE "constants/text_constants.asm" -INCLUDE "constants/charmaps.asm"
\ No newline at end of file +INCLUDE "constants/charmaps.asm" +INCLUDE "constants/script_constants.asm" |