match: func_80027184 (#565)

* match: func_80027184
This commit is contained in:
Dominik Peters
2025-05-13 07:37:58 -04:00
committed by GitHub
parent 6de6a4e25b
commit 10bb972aa3
3 changed files with 124 additions and 122 deletions
+7 -9
View File
@@ -405,6 +405,12 @@ typedef struct PulsatingLightData {
PulsatingLightDataFrame frames[1]; // Length varies based on numberFrames.
} PulsatingLightData;
typedef struct ByteColour {
u8 red;
u8 green;
u8 blue;
} ByteColour;
/* Size: 0xC4 bytes */
typedef struct LevelHeader {
/* 0x00 */ s8 world;
@@ -501,9 +507,7 @@ typedef struct LevelHeader {
/* 0xB0 */ s16 unkB0;
/* 0xB2 */ u8 unkB2;
/* 0xB3 */ u8 voiceLimit;
/* 0xB4 */ u8 unkB4;
/* 0xB5 */ u8 unkB5;
/* 0xB6 */ u8 unkB6;
/* 0xB4 */ ByteColour rgb;
/* 0xB7 */ u8 unkB7;
/* 0xB8 */ s8 bossRaceID;
/* 0xB9 */ u8 unkB9;
@@ -1881,12 +1885,6 @@ typedef struct GhostNode {
/* 0x0A */ s16 yRotation;
} GhostNode;
typedef struct ByteColour {
u8 red;
u8 green;
u8 blue;
} ByteColour;
typedef struct {
union {
struct {