From a844fb524973a005d166737bc2e56d84dcc1f25c Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 1 Dec 2019 00:02:02 -0800 Subject: [PATCH] Add strong dubwool location https://projectpokemon.org/home/forums/topic/55654-new-pokemon-to-fix-on-pkhex/?tab=comments#comment-251010 --- PKHeX.Core/Legality/Encounters/Data/Encounters8.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs index 9fa17d39a..420626240 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs @@ -202,7 +202,7 @@ static Encounters8() new EncounterStatic8 { Species = 282, Level = 60, Location = -1, }, // Gardevoir new EncounterStatic8 { Species = 470, Level = 56, Location = 154, }, // Leafeon at the Lake of Outrage (in a Wild Area) new EncounterStatic8 { Species = 510, Level = 31, Location = -1, }, // Liepard - new EncounterStatic8 { Species = 832, Level = 65, Location = -1, }, // Dubwool + new EncounterStatic8 { Species = 832, Level = 65, Location = 122, }, // Dubwool in the Rolling Fields (in a Wild Area) new EncounterStatic8 { Species = 826, Level = 65, Location = -1, }, // Orbeetle new EncounterStatic8 { Species = 823, Level = 65, Location = 126, }, // Corviknight at Watchtower Ruins (in a Wild Area) new EncounterStatic8 { Species = 110, Level = 65, Location = 128, Form = 01, }, // Weezing at East Lake Axewell (in a Wild Area)