d_scn_callback matching and better PCAM names

This commit is contained in:
elijah-thomas774
2025-03-16 15:54:32 -04:00
parent 3967ab8dc6
commit c24eb23c14
5 changed files with 23 additions and 17 deletions
+4 -4
View File
@@ -112,10 +112,10 @@ struct PATH {
// Size 0x24
struct PCAM {
/* 0x00 */ mVec3_c position1;
/* 0x0C */ mVec3_c position2;
/* 0x18 */ f32 field_0x18;
/* 0x1C */ f32 field_0x1C;
/* 0x00 */ mVec3_c position;
/* 0x0C */ mVec3_c target;
/* 0x18 */ f32 twist;
/* 0x1C */ f32 radius;
/* 0x20 */ u8 id;
/* 0x21 */ u8 _0x21[3];
};