fixes sprites on form pages not respecting the form (correct branch this time), credits @AsparagusEduardo
This commit is contained in:
parent
fe63251b51
commit
6b217bbfcf
@ -5261,7 +5261,7 @@ static u32 GetPokedexMonPersonality(u16 species)
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user