summaryrefslogtreecommitdiff
path: root/src/constants/animation_constants.asm
blob: 645cb5ef84c3698efc94b3e5837147183a158a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
; Normal animations
ANIM_SPELL_MOVE      EQU $01
ANIM_GET_HIT         EQU $07
ANIM_THUNDER_SHOCK   EQU $0a
ANIM_FURY_SWIPES     EQU $24

; Special animations
ANIM_SHOW_DAMAGE     EQU $09
ANIM_SHAKE1          EQU $fa
ANIM_SHAKE2          EQU $fb
ANIM_SHAKE3          EQU $fc