Fixed Pokédex showing by default Female version differences.
This commit is contained in:
parent
209ff3aa5e
commit
79edca1ae8
@ -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…
x
Reference in New Issue
Block a user