Skip to content

Commit

Permalink
Add baby pokemon ball inheritance
Browse files Browse the repository at this point in the history
Parents are in the table, but the routine only checks base species.
  • Loading branch information
kwsch committed Apr 23, 2016
1 parent 4a42ac6 commit 9ccdb94
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Legality/Tables.cs
Expand Up @@ -794,6 +794,17 @@ public static partial class Legal
399, 401, 403, 406, 412, 415, 418, 420, 427, 433, 441, 455,

032, // Via Nidoran-F

440, // Via Chansey
238, // Via Jynx
239, // Via Electabuzz
240, // Via Magmar
298, // Via Marill
360, // Via Wobbuffet
438, // Via Sudowoodo
439, // Via Mr. Mime
446, // Via Snorlax
458, // Via Mantine
};

internal static readonly int[] Inherit_Safari =
Expand All @@ -808,6 +819,15 @@ public static partial class Legal

032, // Via Nidoran-F
313, // Via Illumise

440, // Via Chansey
239, // Via Electabuzz
240, // Via Magmar
298, // Via Marill
360, // Via Wobbuffet
406, // Via Roselia
433, // Via Chimecho
439, // Via Mr. Mime
};
internal static readonly int[] Inherit_Dream =
{
Expand Down

0 comments on commit 9ccdb94

Please sign in to comment.