summaryrefslogtreecommitdiff
path: root/src/constants
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
parentb3c8ae05a771ecc104deaf18dfee3777dd7e94ac (diff)
parentb0450daf6fe16d3ceba2cd51a01fe3531a084f7f (diff)
Merge pull request #62 from jidoc01/master
Disassemble bank 6, 7 (Animation Procedure)
Diffstat (limited to 'src/constants')
-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