mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 22:54:14 +00:00
Add missing property set
lol oops
This commit is contained in:
parent
68ee8cfcc4
commit
1854d172bd
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
{
|
||||
public EncounterStatic4Pokewalker(int species, int gender, int level)
|
||||
{
|
||||
Species = species;
|
||||
Gender = gender;
|
||||
Level = level;
|
||||
Gift = true;
|
||||
Location = 233;
|
||||
Version = GameVersion.HGSS;
|
||||
|
|
Loading…
Reference in a new issue