mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-11 03:15:53 -05:00
Add pokeball-only fossil pkm
Exlusions for the other balls happen in the other ball checks.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user