mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
+7
-9
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user