mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
most of d_a_alink_wolf done / some misc (#1993)
* wip on alink_wolf * setup procvar unions * most of d_a_alink_wolf done + some misc
This commit is contained in:
@@ -52,7 +52,8 @@ public:
|
||||
struct dCamStyleData {
|
||||
struct StyleData {
|
||||
/* 0x0 */ u32 field_0x0;
|
||||
/* 0x4 */ u8 field_0x4[0x78 - 0x4];
|
||||
/* 0x4 */ u16 field_0x4;
|
||||
/* 0x6 */ u8 field_0x6[0x78 - 0x6];
|
||||
}; // Size: 0x78
|
||||
|
||||
/* 0x0 */ u8 field_0x0[4];
|
||||
@@ -87,6 +88,8 @@ public:
|
||||
/* 0x14 */ int mStyleID;
|
||||
/* 0x18 */ u8 field_0x18[4];
|
||||
|
||||
u16 Algorythmn(s32 i_style) { return mCamStyleData[i_style].field_0x4; }
|
||||
|
||||
/* 8008858C */ virtual ~dCamParam_c();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user