diff --git a/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs b/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs index 7edeaa0bc..759fc1f33 100644 --- a/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs +++ b/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs @@ -490,6 +490,7 @@ public override void SetDex(PKM pkm) SetAltFormDisplayed(species, (byte)form); if (shiny) SetDisplayShiny(species); + SetGenderDisplayed(species, (uint)g); } var count = GetBattledCount(species);