summaryrefslogtreecommitdiff
path: root/src/constants/animation_constants.asm
diff options
context:
space:
mode:
authorjidoc01 <jidoc01@naver.com>2019-10-01 16:43:32 +0200
committerjidoc01 <jidoc01@naver.com>2019-10-01 16:43:32 +0200
commite717bccded4f0fed817e7897491e798cfdc67c8d (patch)
treec8233eff62b255035e65d637ab099de0a7da4d50 /src/constants/animation_constants.asm
parentc88c1b02cca80965eef4b8862e925cf5f03d85d4 (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/animation_constants.asm')
-rw-r--r--src/constants/animation_constants.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/constants/animation_constants.asm b/src/constants/animation_constants.asm
new file mode 100644
index 0000000..87e8d9b
--- /dev/null
+++ b/src/constants/animation_constants.asm
@@ -0,0 +1,11 @@
+; Normal animations
+ANI_SPELL_MOVE EQU $01
+ANI_GET_HIT EQU $07
+ANI_THUNDER_SHOCK EQU $0a
+ANI_FURY_SWEEPES EQU $24
+
+; Special animations
+ANI_SHOW_DAMAGE EQU $09
+ANI_SHAKE1 EQU $fa
+ANI_SHAKE2 EQU $fb
+ANI_SHAKE3 EQU $fc \ No newline at end of file