mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
Merge remote-tracking branch 'upstream/main' into move-power-trick
This commit is contained in:
commit
4abd1a191e
@ -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
Block a user