fixes sprites on form pages not respecting the form (correct branch this time), credits @AsparagusEduardo
This commit is contained in:
parent
fe63251b51
commit
6b217bbfcf
1 changed files with 1 additions and 1 deletions
|
@ -5261,7 +5261,7 @@ static u32 GetPokedexMonPersonality(u16 species)
|
||||||
|
|
||||||
u16 CreateMonSpriteFromNationalDexNumber(u16 nationalNum, s16 x, s16 y, u16 paletteSlot)
|
u16 CreateMonSpriteFromNationalDexNumber(u16 nationalNum, s16 x, s16 y, u16 paletteSlot)
|
||||||
{
|
{
|
||||||
nationalNum = NationalPokedexNumToSpecies(nationalNum);
|
nationalNum = NationalPokedexNumToSpeciesHGSS(nationalNum);
|
||||||
return CreateMonPicSprite_HandleDeoxys(nationalNum, SHINY_ODDS, GetPokedexMonPersonality(nationalNum), TRUE, x, y, paletteSlot, TAG_NONE);
|
return CreateMonPicSprite_HandleDeoxys(nationalNum, SHINY_ODDS, GetPokedexMonPersonality(nationalNum), TRUE, x, y, paletteSlot, TAG_NONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue