diff --git a/PKHeX/PKM/PKX.cs b/PKHeX/PKM/PKX.cs index 759d8c38f..2c92c68a0 100644 --- a/PKHeX/PKM/PKX.cs +++ b/PKHeX/PKM/PKX.cs @@ -1070,6 +1070,13 @@ public static string[] getFormList(int species, string[] t, string[] f, string[] t[000], f[810] // Alolan }; + + case 801: // Magearna + return new[] + { + t[000], + f[1062], // Original + }; } return new[] {""}; }