Update Zukan4.cs

Set seen after gender-seen, as we check seen in that method (first or second seen gender).
This commit is contained in:
Kurt 2021-06-04 17:19:12 -07:00
parent e32daee3f3
commit 7ee60d9e98

View file

@ -292,6 +292,7 @@ namespace PKHeX.Core
{
SetCaught(species);
SetSeenGender(species, gender);
SetSeen(species);
SetForms(species, form, gender);
SetLanguage(species, language);
}