mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 00:07:15 +00:00
rejoin safari/dream male-genderless tables
genderless can inherit
This commit is contained in:
parent
d9c33979fd
commit
068da5ef9c
1 changed files with 2 additions and 7 deletions
|
@ -376,9 +376,7 @@ namespace PKHeX
|
|||
internal static readonly int[] Inherit_SafariMale =
|
||||
{
|
||||
128, // Tauros
|
||||
};
|
||||
internal static readonly int[] Inherit_SafariDitto =
|
||||
{
|
||||
|
||||
081, // Magnemite
|
||||
100, // Voltorb
|
||||
337, // Lunatone
|
||||
|
@ -400,10 +398,7 @@ namespace PKHeX
|
|||
538, // Throh
|
||||
539, // Sawk
|
||||
574, // Gothita
|
||||
};
|
||||
internal static readonly int[] Inherit_DreamDitto =
|
||||
{
|
||||
// Not actually possible, but just store as documentation
|
||||
|
||||
081, // Magnemite
|
||||
100, // Voltorb
|
||||
120, // Staryu
|
||||
|
|
Loading…
Reference in a new issue