From 5886b3e609cc220b32c6564279fa6311290b4a19 Mon Sep 17 00:00:00 2001 From: wwwwwwzx Date: Sun, 26 Nov 2017 20:38:52 -0800 Subject: [PATCH 1/2] ban beast ball fossils - Add G1/G3/G6 fossils to Alolannatives - Ban all fossils in beast ball --- PKHeX.Core/Legality/Tables7.cs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Tables7.cs b/PKHeX.Core/Legality/Tables7.cs index 337452141..ee345b51d 100644 --- a/PKHeX.Core/Legality/Tables7.cs +++ b/PKHeX.Core/Legality/Tables7.cs @@ -212,11 +212,21 @@ public static partial class Legal 618, // Stunfisk 418, 419, // Floatzel 194, 195, // Quagsire + + // USUM Fossils + 138, 139, 140, 141, + 345, 346, 347, 348, + 696, 697, 698, 699, }; public static readonly HashSet PastGenAlolanNativesUncapturable = new HashSet { 142, // Aerodacyl - 137, 233, 474 // Porygon++ + 137, 233, 474, // Porygon++ + 138, 139, 140, 141, // Gen1 Fossils + 345, 346, 347, 348, // Gen3 Fossils + 408, 409, 410, 411, // Gen4 Fossils + 564, 565, 566, 567, // Gen5 Fossils + 696, 697, 698, 699, // Gen6 Fossils }; internal static readonly HashSet PastGenAlolanScans = new HashSet From f70dab1d199d06a6d06fd83d37113a36e0b7091d Mon Sep 17 00:00:00 2001 From: wwwwwwzx Date: Sun, 26 Nov 2017 20:45:27 -0800 Subject: [PATCH 2/2] Remove duplicates oops.. --- PKHeX.Core/Legality/Tables7.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PKHeX.Core/Legality/Tables7.cs b/PKHeX.Core/Legality/Tables7.cs index ee345b51d..7e8dc858d 100644 --- a/PKHeX.Core/Legality/Tables7.cs +++ b/PKHeX.Core/Legality/Tables7.cs @@ -212,11 +212,6 @@ public static partial class Legal 618, // Stunfisk 418, 419, // Floatzel 194, 195, // Quagsire - - // USUM Fossils - 138, 139, 140, 141, - 345, 346, 347, 348, - 696, 697, 698, 699, }; public static readonly HashSet PastGenAlolanNativesUncapturable = new HashSet {