Add gen8 mimikyu form case

Closes #2618
This commit is contained in:
Kurt 2020-01-03 19:20:16 -08:00
parent 0788780404
commit a08ebff699

View File

@ -511,6 +511,13 @@ private static string[] GetFormsGen7(int species, IReadOnlyList<string> types, I
forms[1057], // "V-Core", // Core Violet
};
case Mimikyu:
return new[]
{
forms[778], // Disguised
forms[1058], // Busted
};
case Necrozma:
return new[]
{