Fixed Pokédex showing by default Female version differences.

This commit is contained in:
Eduardo Quezada D'Ottone 2020-11-07 21:24:20 -03:00
parent 209ff3aa5e
commit 79edca1ae8

View file

@ -4607,7 +4607,7 @@ static u32 GetPokedexMonPersonality(u16 species)
}
else
{
return 0;
return 0xFF; //Changed from 0 to make it so the Pokédex shows the default mon pics instead of the female versions.
}
}