[Sprite] Implement female Pyroar icon (#2682)

This commit is contained in:
chaosgrimmon 2024-06-28 10:15:04 -04:00 committed by GitHub
parent d4856c34f1
commit 51a107f1cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ export abstract class PokemonSpeciesForm {
case Species.UNFEZANT:
case Species.FRILLISH:
case Species.JELLICENT:
case Species.PYROAR:
ret += female ? "-f" : "";
break;
}