mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 00:07:15 +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)
|
public EncounterStatic4Pokewalker(int species, int gender, int level)
|
||||||
{
|
{
|
||||||
|
Species = species;
|
||||||
|
Gender = gender;
|
||||||
|
Level = level;
|
||||||
Gift = true;
|
Gift = true;
|
||||||
Location = 233;
|
Location = 233;
|
||||||
Version = GameVersion.HGSS;
|
Version = GameVersion.HGSS;
|
||||||
|
|
Loading…
Reference in a new issue