From 0ae2a82fc15b6ad1e67316e795bbfa8026fd9767 Mon Sep 17 00:00:00 2001 From: Kaphotics Date: Tue, 10 May 2016 22:35:17 -0700 Subject: [PATCH] Fix legal egg locations Battle Resort can't be the egg met location. It's set to 60002 (daycare) --- Legality/Tables.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Legality/Tables.cs b/Legality/Tables.cs index c451e6508..fb81c4aef 100644 --- a/Legality/Tables.cs +++ b/Legality/Tables.cs @@ -348,7 +348,7 @@ public static partial class Legal internal static readonly int Struggle = 165; internal static readonly int Chatter = 448; internal static readonly int[] InvalidSketch = {Struggle, Chatter}; - internal static readonly int[] EggLocations = {318, 60002, 30002}; + internal static readonly int[] EggLocations = {60002, 30002}; internal static readonly int[] LightBall = {25, 26, 172}; internal static readonly int[] Fossils = {138, 140, 142, 345, 347, 408, 410, 564, 566, 696, 698}; internal static readonly int[] WildForms =