mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
identify shadows and fix mislabelling from past-me (#380)
This commit is contained in:
+5
-5
@@ -718,12 +718,12 @@ typedef struct ObjectInteraction {
|
||||
s8 unk17;
|
||||
} ObjectInteraction;
|
||||
|
||||
typedef struct Object_50 {
|
||||
f32 unk0;
|
||||
u8 pad4[0x4];
|
||||
typedef struct ShadowData {
|
||||
f32 scale;
|
||||
TextureHeader *texture;
|
||||
s16 unk8;
|
||||
s16 unkA;
|
||||
} Object_50;
|
||||
} ShadowData;
|
||||
|
||||
typedef struct Object_54 {
|
||||
f32 unk0;
|
||||
@@ -1727,7 +1727,7 @@ typedef struct Object {
|
||||
/* 0x004C */ f32 unk4C_f32;
|
||||
};
|
||||
union {
|
||||
/* 0x0050 */ Object_50 *unk50; //player + 0x2F4
|
||||
/* 0x0050 */ ShadowData *shadow; //player + 0x2F4
|
||||
/* 0x0050 */ f32 unk50_f32;
|
||||
};
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user