Merge pull request #1663 from wwwwwwzx/master

ban beast ball fossils
This commit is contained in:
Kurt 2017-11-26 20:47:12 -08:00 committed by GitHub
commit 754b87a4f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,12 @@ namespace PKHeX.Core
public static readonly HashSet<int> PastGenAlolanNativesUncapturable = new HashSet<int> public static readonly HashSet<int> PastGenAlolanNativesUncapturable = new HashSet<int>
{ {
142, // Aerodacyl 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<int> PastGenAlolanScans = new HashSet<int> internal static readonly HashSet<int> PastGenAlolanScans = new HashSet<int>