Changed SHINY_ODDS to FALSE in pokedex_plus_hgss.c (#3832)
This commit is contained in:
parent
3ad66028e9
commit
f5e0b3df23
1 changed files with 1 additions and 1 deletions
|
@ -4738,7 +4738,7 @@ static u32 GetPokedexMonPersonality(u16 species)
|
|||
static u16 CreateMonSpriteFromNationalDexNumberHGSS(u16 nationalNum, s16 x, s16 y, u16 paletteSlot)
|
||||
{
|
||||
nationalNum = NationalPokedexNumToSpeciesHGSS(nationalNum);
|
||||
return CreateMonPicSprite(nationalNum, SHINY_ODDS, GetPokedexMonPersonality(nationalNum), TRUE, x, y, paletteSlot, TAG_NONE);
|
||||
return CreateMonPicSprite(nationalNum, FALSE, GetPokedexMonPersonality(nationalNum), TRUE, x, y, paletteSlot, TAG_NONE);
|
||||
}
|
||||
|
||||
static u16 GetPokemonScaleFromNationalDexNumber(u16 nationalNum)
|
||||
|
|
Loading…
Reference in a new issue