Fixed Pokédex showing by default Female version differences.
This commit is contained in:
parent
209ff3aa5e
commit
79edca1ae8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue