mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Pass gender when creating static entry
This commit is contained in:
parent
7497e08f9b
commit
6c1b6a269d
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ namespace PKHeX.Core
|
|||
{
|
||||
Species = Species,
|
||||
Form = Form,
|
||||
Gender = Gender,
|
||||
Level = Level,
|
||||
Ability = a,
|
||||
Location = 075,
|
||||
|
|
Loading…
Reference in a new issue