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:
Ryan Myers
2023-09-25 15:34:17 -04:00
committed by GitHub
co-authored by Fazana
parent fd40898eee
commit 14b1e4d554
17 changed files with 359 additions and 757 deletions
+13 -1
View File
@@ -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 */