diff --git a/PKHeX/Legality/LegalityCheckStrings.cs b/PKHeX/Legality/LegalityCheckStrings.cs index 157a4d4c2..ad3e38516 100644 --- a/PKHeX/Legality/LegalityCheckStrings.cs +++ b/PKHeX/Legality/LegalityCheckStrings.cs @@ -344,7 +344,7 @@ public static class LegalityCheckStrings public static string V354 {get; set;} = "Non Platinum Shaymin from Flower Paradise. Unreleased event."; public static string V357 {get; set;} = "Only one Ninjask move allowed."; public static string V358 {get; set;} = "Inherited move learned by Level-up. Incompatible with event egg moves."; - public static string V359 {get; set;} = "Unable to match an gift egg encounter from origin game."; + public static string V359 {get; set;} = "Unable to match a gift egg encounter from origin game."; public static string V360 {get; set;} = "Unable to match an event egg encounter from origin game."; #endregion diff --git a/PKHeX/PKM/PKM.cs b/PKHeX/PKM/PKM.cs index e650f5918..2ce918ae0 100644 --- a/PKHeX/PKM/PKM.cs +++ b/PKHeX/PKM/PKM.cs @@ -445,7 +445,6 @@ public virtual bool WasGiftEgg case 4: return Legal.GiftEggLocation4.Contains(Egg_Location); case 5: return Egg_Location == 60003; case 6: return Egg_Location == 60004; - case 7: return Egg_Location == 60002; } return false; } diff --git a/PKHeX/Resources/text/en/LegalityCheckStrings_en.txt b/PKHeX/Resources/text/en/LegalityCheckStrings_en.txt index 093fcf203..08a512dc3 100644 --- a/PKHeX/Resources/text/en/LegalityCheckStrings_en.txt +++ b/PKHeX/Resources/text/en/LegalityCheckStrings_en.txt @@ -27,7 +27,7 @@ V344 = Inherited egg move. V345 = Inherited move learned by Level-up. V346 = Inherited tutor move. V349 = Inherited TM/HM move. -V355 = Learned by evolving Nincada into Ninjask.; +V355 = Learned by evolving Nincada into Ninjask. V356 = Learned by evolving Nincada into Ninjask in generation {0}. V203 = Genderless Pokémon should not have a gender. V201 = Encryption Constant is not set. @@ -279,6 +279,6 @@ V353 = Non japanese Mew from Faraway Island. Unreleased event. V354 = Non Platinum Shaymin from Flower Paradise. Unreleased event. V357 = Only one Ninjask move allowed. V358 = Inherited move learned by Level-up. Incompatible with event egg moves. -V359 = Unable to match an gift egg encounter from origin game.; -V360 = Unable to match an event egg encounter from origin game.; +V359 = Unable to match a gift egg encounter from origin game. +V360 = Unable to match an event egg encounter from origin game. \ No newline at end of file