diff --git a/src/pokedex.c b/src/pokedex.c index b0c2a11945..32d0c092dc 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -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. } }