[Sprite] Implement female Pyroar icon (#2682)
This commit is contained in:
parent
d4856c34f1
commit
51a107f1cf
|
@ -319,6 +319,7 @@ export abstract class PokemonSpeciesForm {
|
|||
case Species.UNFEZANT:
|
||||
case Species.FRILLISH:
|
||||
case Species.JELLICENT:
|
||||
case Species.PYROAR:
|
||||
ret += female ? "-f" : "";
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue