summaryrefslogtreecommitdiff
path: root/src/constants.asm
diff options
context:
space:
mode:
authorAroymart <andrewrmartinek@gmail.com>2019-11-14 11:23:51 -0500
committerGitHub <noreply@github.com>2019-11-14 11:23:51 -0500
commit19dfdb2a3ea22ee69736a525b3aed28e691f1c33 (patch)
tree087bcd9b2b4cbac2d1899952a834d70edba8ad45 /src/constants.asm
parentb3c8ae05a771ecc104deaf18dfee3777dd7e94ac (diff)
parentb0450daf6fe16d3ceba2cd51a01fe3531a084f7f (diff)
Merge pull request #62 from jidoc01/master
Disassemble bank 6, 7 (Animation Procedure)
Diffstat (limited to 'src/constants.asm')
-rw-r--r--src/constants.asm3
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