mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-28 06:13:59 +01:00
Merge pull request #2539 from AsparagusEduardo/RHH/pr/fix/FixEgg
Fixed Eggs sometimes reading garbage graphic data.
This commit is contained in:
commit
a06135b2f4
@ -8621,6 +8621,8 @@ void TrySpecialOverworldEvo(void)
|
|||||||
|
|
||||||
bool32 ShouldShowFemaleDifferences(u16 species, u32 personality)
|
bool32 ShouldShowFemaleDifferences(u16 species, u32 personality)
|
||||||
{
|
{
|
||||||
|
if (species >= NUM_SPECIES)
|
||||||
|
return FALSE;
|
||||||
return (gSpeciesInfo[species].flags & SPECIES_FLAG_GENDER_DIFFERENCE) && GetGenderFromSpeciesAndPersonality(species, personality) == MON_FEMALE;
|
return (gSpeciesInfo[species].flags & SPECIES_FLAG_GENDER_DIFFERENCE) && GetGenderFromSpeciesAndPersonality(species, personality) == MON_FEMALE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user