diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-20 16:45:23 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-20 16:45:23 +0200 |
| commit | bdfaa7dc1a6fb95db00fe5029e505ffe98efed1d (patch) | |
| tree | 9e829fa216c05c1bf8cab3d6a127076e482356c0 /include/player.h | |
| parent | 4a1bbf3dd8b74756e94fe4a54b718212780467ae (diff) | |
found another place where animations hid
Diffstat (limited to 'include/player.h')
| -rw-r--r-- | include/player.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/player.h b/include/player.h index 142e02ae..eec1fc9e 100644 --- a/include/player.h +++ b/include/player.h @@ -436,6 +436,13 @@ typedef enum { ANIM_DIVE_MINISH = 0xc1c, } PlayerAnimation; +typedef enum { + PAS_NORTH, + PAS_EAST, + PAS_SOUTH, + PAS_WEST, +} PlayerAnimationState; + typedef struct { /*0x00*/ u8 prevAnim; /*0x01*/ u8 grab_status; |
