unk types

This commit is contained in:
petrie911
2022-08-12 09:43:51 -05:00
parent 586fe957b3
commit 7efb660ab4
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -31,13 +31,13 @@ typedef struct {
/* 0x04 */ Vec3f pos;
/* 0x10 */ Vec3f vel;
/* 0x1C */ Vec3f accel;
/* 0x28 */ char unk28[4];
/* 0x28 */ UNK_TYPE1 unk28[4];
/* 0x2C */ s16 alpha;
/* 0x2E */ char unk2E[2];
/* 0x2E */ UNK_TYPE1 unk2E[2];
/* 0x30 */ s16 isFading;
/* 0x32 */ char unk32[2];
/* 0x32 */ UNK_TYPE1 unk32[2];
/* 0x34 */ f32 unk_34;
/* 0x38 */ char unk38[0x10];
/* 0x38 */ UNK_TYPE1 unk38[0x10];
} Boss07Effect;
#if 1 // function prototypes
+1 -1
View File
@@ -160,7 +160,7 @@ typedef struct Boss07 {
/* 0xAC08 */ f32 csCamRotVel;
/* 0xAC0C */ f32 csCamSpeedMod;
/* 0xAC10 */ Vec3f csCamEyeMod;
/* 0xAC1C */ char unkAC1C[4];
/* 0xAC1C */ UNK_TYPE1 unkAC1C[4];
} Boss07; // size = 0xAC20
extern const ActorInit Boss_07_InitVars;