Add missing property set

lol oops
This commit is contained in:
Kurt 2020-12-21 17:12:21 -08:00
parent 68ee8cfcc4
commit 1854d172bd

View file

@ -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;