From bdfaa7dc1a6fb95db00fe5029e505ffe98efed1d Mon Sep 17 00:00:00 2001 From: Reinmmar Date: Wed, 20 Sep 2023 16:45:23 +0200 Subject: found another place where animations hid --- include/player.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') 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; -- cgit v1.2.3