diff options
author | jidoc01 <jidoc01@naver.com> | 2019-10-01 16:43:32 +0200 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-10-01 16:43:32 +0200 |
commit | e717bccded4f0fed817e7897491e798cfdc67c8d (patch) | |
tree | c8233eff62b255035e65d637ab099de0a7da4d50 /src/constants.asm | |
parent | c88c1b02cca80965eef4b8862e925cf5f03d85d4 (diff) |
Analyze animation data & Add animation constants
Analyzed data structure for animation, and formatted data in
"move_animations.asm". But still needs analysis on which effect
using which code.
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 |