mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-09 09:35:45 -05:00
Rgb32 back to RGB
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user