From bd9f64b07e9475b2d67026fdf2589d8b62b27268 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 1 Mar 2026 22:12:54 -0600 Subject: [PATCH] Remove duplicated encounters Previously would recognize a LeafGreen Scyther from Celadon City as valid ;D --- PKHeX.Core/Legality/Encounters/Data/Gen3/Encounters3FRLG.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/PKHeX.Core/Legality/Encounters/Data/Gen3/Encounters3FRLG.cs b/PKHeX.Core/Legality/Encounters/Data/Gen3/Encounters3FRLG.cs index 1be7487ae..8540c7821 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Gen3/Encounters3FRLG.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Gen3/Encounters3FRLG.cs @@ -77,12 +77,6 @@ private static EncounterArea3[] GetRegular([ConstantExpected] string resource, [ public static readonly EncounterStatic3[] StaticLG = [ // Celadon City Game Corner - new(063, 09, FR) { FixedBall = Ball.Poke, Location = 94 }, // Abra - new(035, 08, FR) { FixedBall = Ball.Poke, Location = 94 }, // Clefairy - new(123, 25, FR) { FixedBall = Ball.Poke, Location = 94 }, // Scyther - new(147, 18, FR) { FixedBall = Ball.Poke, Location = 94 }, // Dratini - new(137, 26, FR) { FixedBall = Ball.Poke, Location = 94 }, // Porygon - new(063, 07, LG) { FixedBall = Ball.Poke, Location = 94 }, // Abra new(035, 12, LG) { FixedBall = Ball.Poke, Location = 94 }, // Clefairy new(127, 18, LG) { FixedBall = Ball.Poke, Location = 94 }, // Pinsir