Rgb32 back to RGB

This commit is contained in:
Mateon1
2024-11-01 15:26:55 +01:00
parent 021809df3f
commit d950923709
19 changed files with 53 additions and 53 deletions

View File

@@ -1,16 +1,16 @@
#ifndef GUARD_RGB_H
#define GUARD_RGB_H
typedef struct Rgb32
typedef struct RGB
{
u8 r;
u8 g;
u8 b;
} Rgb32;
} RGB;
typedef struct Palette32
{
Rgb32 pal[16];
RGB pal[16];
} Palette32;
#endif // GUARD_RGB_H

View File

@@ -259,7 +259,7 @@ typedef struct Dungeon
Entity *unkBC;
u8 fillC0[0x134 - 0xC0];
struct unkStruct_Dungeon134_sub unk134;
Rgb32 colorRamp[0x100];
RGB colorRamp[0x100];
/* 0x57C */ u8 fill57C[0x5C0 - 0x57c];
/* 0x5C0 */ s32 unk5C0;
/* 0x5C4 */ struct unkStruct_Dungeon5C4_sub unk5C4[3];