From 89b7ea018d3ffa7419519f72ac684f7e4c550076 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 13 Nov 2016 07:56:12 -0800 Subject: [PATCH] Fix magearna met location --- PKHeX/Legality/Tables7.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX/Legality/Tables7.cs b/PKHeX/Legality/Tables7.cs index e6cb9a105..678ea9819 100644 --- a/PKHeX/Legality/Tables7.cs +++ b/PKHeX/Legality/Tables7.cs @@ -120,7 +120,7 @@ namespace PKHeX new EncounterStatic { Gift = true, Species = 133, Level = 1, EggLocation = 60002, }, // Eevee new EncounterStatic { Gift = true, Species = 137, Level = 30, Location = -1, }, // Porygon new EncounterStatic { Gift = true, Species = 772, Level = 40, Location = 188, IV3 = true, }, // Type: Null - new EncounterStatic { Gift = true, Species = 801, Level = 50, Location = 40000, Shiny = false, IV3 = true, }, // Magearna (Bottle Cap) 00 FF + new EncounterStatic { Gift = true, Species = 801, Level = 50, Location = 40001, Shiny = false, IV3 = true, }, // Magearna (Bottle Cap) 00 FF new EncounterStatic { Gift = true, Species = 789, Level = 5, Location = 142, Shiny = false, IV3 = true, Version = GameVersion.SN}, // Cosmog 00 FF new EncounterStatic { Gift = true, Species = 789, Level = 5, Location = 144, Shiny = false, IV3 = true, Version = GameVersion.MN}, // Cosmog 00 FF new EncounterStatic { Gift = true, Species = 142, Level = 40, Location = -1, }, // Aerodactyl