mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
parent
0788780404
commit
a08ebff699
|
|
@ -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[]
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user