Particles Matches (#439)

* Match func_800B26E0

* Match func_800AF714

* Match func_800B0BAC

* WIP func_800AF404

* Run tidy again

* Swap macro naming, and update README score.
This commit is contained in:
Ryan Myers
2024-01-26 11:00:11 -05:00
committed by GitHub
parent 46a1087b8f
commit 293325af32
8 changed files with 537 additions and 1400 deletions
+5 -1
View File
@@ -547,6 +547,9 @@ typedef struct TexCoords {
};
} TexCoords;
#define BACKFACE_CULL 0x00
#define BACKFACE_DRAW 0x40
/* Size: 0x10 bytes */
typedef struct Triangle {
union {
@@ -1716,7 +1719,8 @@ typedef struct Object_6C {
/* 0x00 */ struct Particle *unk0;
/* 0x04 */ s16 unk4;
/* 0x06 */ u8 unk6;
/* 0x07 */ u8 pad7[0x3];
/* 0x07 */ u8 unk7;
/* 0x08 */ s16 unk8;
/* 0x0A */ s16 unkA;
/* 0x0C */ u8 padC[0x14];
} Object_6C;