Fixing my mess [correct hex in speciesInfo] (#4800)

This commit is contained in:
Alex 2024-06-14 11:15:18 +02:00 committed by GitHub
parent 9f7222e48b
commit 3ec8691590
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -349,7 +349,7 @@ struct Evolution
u16 targetSpecies;
};
struct SpeciesInfo /*0xC0*/
struct SpeciesInfo /*0xC4*/
{
/* 0x00 */ u8 baseHP;
/* 0x01 */ u8 baseAttack;
@ -452,8 +452,8 @@ struct SpeciesInfo /*0xC0*/
#if OW_POKEMON_OBJECT_EVENTS
/* 0x98 */ struct ObjectEventGraphicsInfo overworldData;
#if OW_PKMN_OBJECTS_SHARE_PALETTES == FALSE
/* 0xB8 */ const void* overworldPalette;
/* 0xBC */ const void* overworldShinyPalette;
/* 0xBC */ const void* overworldPalette;
/* 0xC0 */ const void* overworldShinyPalette;
#endif //OW_PKMN_OBJECTS_SHARE_PALETTES
#endif //OW_POKEMON_OBJECT_EVENTS
};