mirror of
https://github.com/zeldaret/oot
synced 2026-08-20 06:06:37 -04:00
Player Docs: "sUpperBodyIsBusy" (#1944)
* document upperbodybusy * change wording for comment and rename upperanimblendweight * format * review
This commit is contained in:
+1
-1
@@ -824,7 +824,7 @@ typedef struct Player {
|
||||
/* 0x070C */ Vec3s upperJointTable[PLAYER_LIMB_BUF_COUNT];
|
||||
/* 0x079C */ Vec3s upperMorphTable[PLAYER_LIMB_BUF_COUNT];
|
||||
/* 0x082C */ UpperActionFunc upperActionFunc;
|
||||
/* 0x0830 */ f32 upperAnimBlendWeight;
|
||||
/* 0x0830 */ f32 upperAnimInterpWeight;
|
||||
/* 0x0834 */ s16 unk_834;
|
||||
/* 0x0836 */ s8 unk_836;
|
||||
/* 0x0837 */ u8 unk_837;
|
||||
|
||||
Reference in New Issue
Block a user