[Sprite] Implement more female icons

This commit is contained in:
chaosgrimmon 2024-11-10 12:30:29 -05:00 committed by GitHub
parent 2968059814
commit c672650f8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -363,6 +363,12 @@ export abstract class PokemonSpeciesForm {
}
switch (this.speciesId) {
case Species.DODUO:
case Species.DODRIO:
case Species.MEGANIUM:
case Species.TORCHIC:
case Species.COMBUSKEN:
case Species.BLAZIKEN:
case Species.HIPPOPOTAS:
case Species.HIPPOWDON:
case Species.UNFEZANT: