diff options
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..4e6f410 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/animation_constants.asm"
\ No newline at end of file |