diff --git a/Legality/Core.cs b/Legality/Core.cs index 88d41157c..252d0ffa3 100644 --- a/Legality/Core.cs +++ b/Legality/Core.cs @@ -322,9 +322,9 @@ namespace PKHeX new EncounterStatic { Species = 255, Level = 5, Location = 204, Gift = true }, // Torchic new EncounterStatic { Species = 258, Level = 5, Location = 204, Gift = true }, // Mudkip - new EncounterStatic { Species = 152, Level = 5, Location = 170, Gift = true }, // Chikorita - new EncounterStatic { Species = 155, Level = 5, Location = 170, Gift = true }, // Cyndaquil - new EncounterStatic { Species = 158, Level = 5, Location = 170, Gift = true }, // Totodile + new EncounterStatic { Species = 152, Level = 5, Location = 204, Gift = true }, // Chikorita + new EncounterStatic { Species = 155, Level = 5, Location = 204, Gift = true }, // Cyndaquil + new EncounterStatic { Species = 158, Level = 5, Location = 204, Gift = true }, // Totodile new EncounterStatic { Species = 387, Level = 5, Location = 204, Gift = true }, // Turtwig new EncounterStatic { Species = 390, Level = 5, Location = 204, Gift = true }, // Chimchar