mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Someone needs to slow down!😉 (#410)
* WIP func_800A36CC * Match setup_lights and func_800337E4 * Match func_800AD030 * Match func_800AC0C8 * Match func_800AC8A8 * Match func_800C1130 * README update * Apply suggestions from code review Co-authored-by: Fazana <52551480+FazanaJ@users.noreply.github.com> * Add fakematch comment --------- Co-authored-by: Fazana <52551480+FazanaJ@users.noreply.github.com>
This commit is contained in:
@@ -248,6 +248,20 @@ typedef struct LevelObjectEntry_Banana {
|
||||
|
||||
typedef struct LevelObjectEntry_RgbaLight {
|
||||
/* 0x00 */ LevelObjectEntryCommon common;
|
||||
/* 0x08 */ u8 unk8;
|
||||
/* 0x09 */ u8 unk9;
|
||||
/* 0x0A */ u8 unkA;
|
||||
/* 0x0B */ u8 unkB;
|
||||
/* 0x0C */ u8 unkC;
|
||||
/* 0x0D */ u8 unkD;
|
||||
/* 0x0E */ s16 unkE;
|
||||
/* 0x10 */ s16 unk10;
|
||||
/* 0x12 */ s16 unk12;
|
||||
/* 0x14 */ s16 unk14;
|
||||
/* 0x16 */ s16 unk16;
|
||||
/* 0x18 */ s16 unk18;
|
||||
/* 0x1A */ s16 unk1A;
|
||||
/* 0x1C */ u8 unk1C;
|
||||
} LevelObjectEntry_RgbaLight;
|
||||
|
||||
typedef struct LevelObjectEntry_Buoy_PirateShip {
|
||||
@@ -295,6 +309,12 @@ typedef struct LevelObjectEntry_Bonus {
|
||||
|
||||
typedef struct LevelObjectEntry_LensFlare {
|
||||
/* 0x00 */ LevelObjectEntryCommon common;
|
||||
/* 0x08 */ s16 unk8;
|
||||
/* 0x0A */ s16 unkA;
|
||||
/* 0x0C */ u8 unkC;
|
||||
/* 0x0D */ u8 unkD;
|
||||
/* 0x0E */ u8 unkE;
|
||||
/* 0x0F */ u8 unkF;
|
||||
} LevelObjectEntry_LensFlare;
|
||||
|
||||
typedef struct LevelObjectEntry_LensFlareSwitch {
|
||||
|
||||
+13
-1
@@ -1590,6 +1590,13 @@ typedef struct Object_64 {
|
||||
};
|
||||
} Object_64;
|
||||
|
||||
// Size: 0xC
|
||||
typedef struct Object_68_38 {
|
||||
/* 0x00 */ u8 *unk0;
|
||||
/* 0x00 */ u8 pad4[4];
|
||||
/* 0x08 */ s32 unk8;
|
||||
} Object_68_38;
|
||||
|
||||
typedef struct Object_68 {
|
||||
/* 0x00 */ union {
|
||||
ObjectModel *objModel;
|
||||
@@ -1608,9 +1615,14 @@ typedef struct Object_68 {
|
||||
/* 0x21 */ s8 unk21;
|
||||
/* 0x22 */ s16 unk22;
|
||||
/* 0x24 */ s32 unk24;
|
||||
/* 0x28 */ s32 unk28;
|
||||
/* 0x28 */ s16 unk28;
|
||||
/* 0x2A */ s16 unk2A;
|
||||
/* 0x2C */ s32 unk2C;
|
||||
/* 0x30 */ s32 unk30;
|
||||
/* 0x34 */ u8 pad34[0x4];
|
||||
/* 0x38 */ Object_68_38 *unk38[2]; //Array Size unknown
|
||||
/* 0x40 */ u8 pad40[0x10];
|
||||
/* 0x50 */ s16 unk50;
|
||||
} Object_68;
|
||||
|
||||
/* Size: 0x20 bytes */
|
||||
|
||||
Reference in New Issue
Block a user