diff --git a/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs b/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs index d84e4de39..d0adcc841 100644 --- a/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs +++ b/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs @@ -285,10 +285,11 @@ public override void SetDex(PKM pkm) SetCaught(species); SetIsLanguageObtained(species, pkm.Language); if (!owned) + { SetAltFormDisplayed(species, (byte)form); - - if (shiny) - SetDisplayShiny(species); + if (shiny) + SetDisplayShiny(species); + } var count = GetBattledCount(species); if (count == 0)