diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/player.h b/include/player.h index d4dd3923..142e02ae 100644 --- a/include/player.h +++ b/include/player.h @@ -427,8 +427,8 @@ typedef enum { ANIM_WALK_MINISH = 0xc04, ANIM_ROLL_MINISH = 0xc08, ANIM_SWIM_MINISH = 0xc0c, - ANIM_C10 = 0xc10, - ANIM_C14 = 0xc14, + ANIM_DASH_MINISH = 0xc10, + ANIM_DASH_CHARGE_MINISH = 0xc14, ANIM_BOUNCE_MINISH = 0xc18, ANIM_DROWN_MINISH = 0xc19, ANIM_DIE1_MINISH = 0xc1a, |
