diff --git a/PKHeX/PKM/PK1.cs b/PKHeX/PKM/PK1.cs index ed02ae969..b5c693a77 100644 --- a/PKHeX/PKM/PK1.cs +++ b/PKHeX/PKM/PK1.cs @@ -340,7 +340,6 @@ public PK7 convertToPK7() Met_Location = 30013, // "Kanto region", hardcoded. Gender = PersonalTable.SM[Species].RandomGender, OT_Name = PKX.getG1ConvertedString(otname, Japanese), - Nickname = Util.getSpeciesList(Japanese ? "jp" : "en")[Species], IsNicknamed = false, Country = PKMConverter.Country, @@ -353,6 +352,7 @@ public PK7 convertToPK7() Geo1_Country = PKMConverter.Country, Geo1_Region = PKMConverter.Region }; + pk7.Nickname = PKX.getSpeciesNameGeneration(pk7.Species, pk7.Language, pk7.Format); pk7.OT_Friendship = pk7.HT_Friendship = PersonalTable.SM[Species].BaseFriendship; // IVs