summaryrefslogtreecommitdiff
path: root/src/constants/animation_constants.asm
diff options
context:
space:
mode:
authorAndrew Martinek <andrewrmartinek@gmail.com>2020-05-03 12:21:33 -0400
committerAndrew Martinek <andrewrmartinek@gmail.com>2020-05-03 12:21:33 -0400
commit36501f2265515be8e8f81a4f180950857f2b0a2f (patch)
tree8a9e8116be1b65fdb8866daaef00bb0aecca63fb /src/constants/animation_constants.asm
parentb7f47ca621716938cfc6df7d4eea90b2be909eaf (diff)
parent8fb0069491e06d994e4d1ce122b4758eb2c6ef5f (diff)
merge changes to main branch into my branch
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..f326d5e
--- /dev/null
+++ b/src/constants/animation_constants.asm
@@ -0,0 +1,11 @@
+; Normal animations
+ANIM_SPELL_MOVE EQU $01
+ANIM_GET_HIT EQU $07
+ANIM_THUNDER_SHOCK EQU $0a
+ANIM_FURY_SWEEPES EQU $24
+
+; Special animations
+ANIM_SHOW_DAMAGE EQU $09
+ANIM_SHAKE1 EQU $fa
+ANIM_SHAKE2 EQU $fb
+ANIM_SHAKE3 EQU $fc \ No newline at end of file