From d2ef98f7d497c7e7229cc09925b0f93315171e1e Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 27 Jun 2020 13:56:29 -0500 Subject: [PATCH] Add underground staryu encounters not in any of our dumps, like crabrawler? why gf Closes #2913 --- PKHeX.Core/Legality/Encounters/Data/Encounters8.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs index b13d8c9f5..b5cd605fb 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs @@ -572,6 +572,14 @@ namespace PKHeX.Core new EncounterStatic8 { Species = 039, Level = 20, Location = 168 }, // Jigglypuff in the Forest of Focus (on the Isle of Armor) new EncounterStatic8 { Species = 764, Level = 50, Location = 190 }, // Comfey in the Insular Sea (on the Isle of Armor) new EncounterStatic8 { Species = 621, Level = 42, Location = 176 }, // Druddigon in Courageous Cavern (on the Isle of Armor) + + // Coming from Underground Staryu (similar to past gen Crabrawler berry piles?) + new EncounterStatic8 { Species = 120, Level = 13, Location = 180}, // Staryu in the Training Lowlands (on the Isle of Armor) + new EncounterStatic8 { Species = 120, Level = 14, Location = 180}, // Staryu in the Training Lowlands (on the Isle of Armor) + new EncounterStatic8 { Species = 120, Level = 15, Location = 180}, // Staryu in the Training Lowlands (on the Isle of Armor) + new EncounterStatic8 { Species = 120, Level = 16, Location = 180}, // Staryu in the Training Lowlands (on the Isle of Armor) + new EncounterStatic8 { Species = 120, Level = 17, Location = 180}, // Staryu in the Training Lowlands (on the Isle of Armor) + new EncounterStatic8 { Species = 120, Level = 18, Location = 180}, // Staryu in the Training Lowlands (on the Isle of Armor) #endregion };