Set gender on pokdex registration

Closes #3045 , ty @xXAquaNightXx !
This commit is contained in:
Kurt 2020-10-24 15:42:17 -07:00
parent 3e1bc1f59d
commit 7e8a1a58d1

View file

@ -490,6 +490,7 @@ namespace PKHeX.Core
SetAltFormDisplayed(species, (byte)form);
if (shiny)
SetDisplayShiny(species);
SetGenderDisplayed(species, (uint)g);
}
var count = GetBattledCount(species);