summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/player.h7
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;