From 06023d10f6e4bf20de0b210f4e12d56e319ca348 Mon Sep 17 00:00:00 2001 From: Kaphotics Date: Sat, 7 May 2016 01:19:58 -0700 Subject: [PATCH] Add Berry Field encounters Resolves #105 Thanks @chenzw95 ! --- Legality/Tables.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Legality/Tables.cs b/Legality/Tables.cs index c0d6ffb8d..84c727b29 100644 --- a/Legality/Tables.cs +++ b/Legality/Tables.cs @@ -574,6 +574,18 @@ public static partial class Legal new EncounterSlot { Species = 531, LevelMin = 10, LevelMax = 12, Form = 0 }, // Audino },}, + new EncounterArea { Location = 38, // Route 7 + Slots = new[] + { + // Berry Field + new EncounterSlot { Species = 165, LevelMin = 14, LevelMax = 15, Form = 0 }, // Ledyba + new EncounterSlot { Species = 313, LevelMin = 14, LevelMax = 15, Form = 0 }, // Volbeat + new EncounterSlot { Species = 314, LevelMin = 14, LevelMax = 15, Form = 0 }, // Illumise + new EncounterSlot { Species = 412, LevelMin = 14, LevelMax = 15, Form = 0 }, // Burmy + new EncounterSlot { Species = 415, LevelMin = 14, LevelMax = 15, Form = 0 }, // Combee + new EncounterSlot { Species = 665, LevelMin = 14, LevelMax = 15, Form = 0 }, // Spewpa + },}, + new EncounterArea { Location = 88, // Route 18 Slots = new[] {