mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-26 10:44:07 -05:00
Remove duplicated encounters
Previously would recognize a LeafGreen Scyther from Celadon City as valid ;D
This commit is contained in:
parent
b1dd981537
commit
bd9f64b07e
|
|
@ -77,12 +77,6 @@ private static EncounterArea3[] GetRegular([ConstantExpected] string resource, [
|
||||||
public static readonly EncounterStatic3[] StaticLG =
|
public static readonly EncounterStatic3[] StaticLG =
|
||||||
[
|
[
|
||||||
// Celadon City Game Corner
|
// 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(063, 07, LG) { FixedBall = Ball.Poke, Location = 94 }, // Abra
|
||||||
new(035, 12, LG) { FixedBall = Ball.Poke, Location = 94 }, // Clefairy
|
new(035, 12, LG) { FixedBall = Ball.Poke, Location = 94 }, // Clefairy
|
||||||
new(127, 18, LG) { FixedBall = Ball.Poke, Location = 94 }, // Pinsir
|
new(127, 18, LG) { FixedBall = Ball.Poke, Location = 94 }, // Pinsir
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user