summaryrefslogtreecommitdiff
path: root/include/player.h
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2023-12-28 19:05:06 -0800
committertheo3 <arisstephenson2@gmail.com>2023-12-28 19:05:06 -0800
commita030120a0c3b65cd1a35ec83644edca6985e5346 (patch)
treee62d4aa047ff662b6e41ce0744f1e39fab9291e1 /include/player.h
parent7c1c612c9ba95b47f33cfd217ab99c4c9102531e (diff)
clean up linkAnimation.c
Diffstat (limited to 'include/player.h')
-rw-r--r--include/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/player.h b/include/player.h
index 19be9997..db8c1f08 100644
--- a/include/player.h
+++ b/include/player.h
@@ -263,7 +263,7 @@ typedef enum {
typedef struct {
/*0x0*/ u16 heldInput; /**< Input currently held @see PlayerInputState */
/*0x2*/ u16 newInput; /**< New input this frame @see PlayerInputState */
- /*0x4*/ u32 field_0x94;
+ /*0x4*/ u32 unused;
/*0x8*/ u16 playerMacroWaiting;
/*0xa*/ u16 playerMacroHeldKeys;
/*0xc*/ PlayerMacroEntry* playerMacro;