Add pokeball-only fossil pkm

Exlusions for the other balls happen in the other ball checks.
This commit is contained in:
Kaphotics
2016-03-28 22:42:29 -07:00
parent 7f8f8c4756
commit 4cef68cbc3

View File

@@ -737,24 +737,23 @@ public static partial class Legal
032, // Via Nidoran-F
313, // Via Illumise
};
internal static readonly int[] Ban_Gen3Ball =
{
495, 498, 501, //1 - Snivy, Tepig, Oshawott
496, 499, 502, //2
497, 500, 503, //3
566, 567, 696, 697, 698, 699 // Fossil Only obtain
};
internal static readonly int[] Ban_Gen4Ball =
{
152, 155, 158, //1 - Chikorita, Cyndaquil, Totodile
153, 156, 159, //2
154, 157, 160, //3
495, 498, 501, //1 - Snivy, Tepig, Oshawott
496, 499, 502, //2
497, 500, 503, //3
566, 567, 696, 697, 698, 699 // Fossil Only obtain
};
#endregion
}
}