found another place where animations hid

This commit is contained in:
Reinmmar
2023-09-20 16:45:23 +02:00
parent 4a1bbf3dd8
commit bdfaa7dc1a
10 changed files with 52 additions and 44 deletions
+7
View File
@@ -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;