Add magearna form switching

This commit is contained in:
Kurt 2016-11-11 21:27:44 -08:00
parent c4636d740d
commit e7db7d56e9

View file

@ -1070,6 +1070,13 @@ namespace PKHeX
t[000],
f[810] // Alolan
};
case 801: // Magearna
return new[]
{
t[000],
f[1062], // Original
};
}
return new[] {""};
}