mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 04:23:12 +00:00
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:
parent
e32daee3f3
commit
7ee60d9e98
1 changed files with 1 additions and 0 deletions
|
@ -292,6 +292,7 @@ namespace PKHeX.Core
|
|||
{
|
||||
SetCaught(species);
|
||||
SetSeenGender(species, gender);
|
||||
SetSeen(species);
|
||||
SetForms(species, form, gender);
|
||||
SetLanguage(species, language);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue