mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 07:27:47 +01:00
commit
d32df119a2
@ -4355,13 +4355,11 @@ u8 GetGenderFromSpeciesAndPersonality(u16 species, u32 personality)
|
||||
|
||||
u32 GetUnownSpeciesId(u32 personality)
|
||||
{
|
||||
return GetUnownLetterByPersonality(personality) + SPECIES_UNOWN_B - 1; //TODO
|
||||
/*
|
||||
u16 unownLetter = GetUnownLetterByPersonality(personality);
|
||||
|
||||
if (unownLetter == 0)
|
||||
return SPECIES_UNOWN;
|
||||
return unownLetter + SPECIES_UNOWN_B - 1;
|
||||
*/
|
||||
}
|
||||
|
||||
void SetMultiuseSpriteTemplateToPokemon(u16 speciesTag, u8 battlerPosition)
|
||||
|
Loading…
x
Reference in New Issue
Block a user