diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-20 12:45:48 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-20 12:45:48 +0200 |
| commit | 4a1bbf3dd8b74756e94fe4a54b718212780467ae (patch) | |
| tree | 1c4cbcc3b57d8cd1b9c3a3431d43a5d864c66782 /include | |
| parent | 0fdb9c5ac28daa343618cb4580f4497260bea27f (diff) | |
labeled unused minish boots animations
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, |
