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

@@ -28,7 +28,7 @@ struct unk_203B250
struct TeamBadgeData
{
/* 0x0 */ u8 *pics; // probably a pointer to an arrays of pixels?
/* 0x4 */ Rgb32 *palette; // Pics share common palette
/* 0x4 */ RGB *palette; // Pics share common palette
};
bool8 sub_801D014(PokemonStruct1 *);