diff options
Diffstat (limited to 'src/constants/animation_constants.asm')
-rw-r--r-- | src/constants/animation_constants.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/constants/animation_constants.asm b/src/constants/animation_constants.asm index 7060ea6..f326d5e 100644 --- a/src/constants/animation_constants.asm +++ b/src/constants/animation_constants.asm @@ -1,11 +1,11 @@ ; Normal animations -ANI_SPELL_MOVE EQU $01 -ANI_GET_HIT EQU $07 -ANI_THUNDER_SHOCK EQU $0a -ANI_FURY_SWEEPES EQU $24 +ANIM_SPELL_MOVE EQU $01 +ANIM_GET_HIT EQU $07 +ANIM_THUNDER_SHOCK EQU $0a +ANIM_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 +ANIM_SHOW_DAMAGE EQU $09 +ANIM_SHAKE1 EQU $fa +ANIM_SHAKE2 EQU $fb +ANIM_SHAKE3 EQU $fc
\ No newline at end of file |