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

@@ -20,7 +20,7 @@ void sub_80155F0(void);
struct PortraitGfxSub
{
const Rgb32 *pal;
const RGB *pal;
const u8 *gfx;
};