mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
[Sprite] Implement more female icons
This commit is contained in:
parent
2968059814
commit
c672650f8a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user