diff options
Diffstat (limited to 'include/game.h')
-rwxr-xr-x | include/game.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 5fcd2e8..cd6c639 100755 --- a/include/game.h +++ b/include/game.h @@ -3880,5 +3880,14 @@ void GetPosForLayoutEffect(VEC3 *pos, bool quack); bool SmoothRotation(s16 *pValue, s16 target, s16 stepSize);
+
+struct PlayerAnimState {
+ const char *regularAnim, *rideAnim, *yoshiAnim, *penguinAnim;
+ int playsOnce;
+ float _14, _18;
+ u32 _1C, flags;
+};
+extern PlayerAnimState PlayerAnimStates[177];
+
#endif
|