Permit 5->6+ forme mismatch keldeo

BW tutor -> transfer up doesn't update the form
thanks @wwwwwwzx !
This commit is contained in:
Kurt 2017-11-26 22:19:18 -08:00
parent 754b87a4f0
commit b2c3884391

View file

@ -1913,7 +1913,7 @@ namespace PKHeX.Core
break;
case 647: // Keldeo
{
if (pkm.Format == 5) // can mismatch in gen5 via BW tutor
if (pkm.Gen5) // can mismatch in gen5 via BW tutor and transfer up
break;
int index = Array.IndexOf(pkm.Moves, 548); // Secret Sword
bool noSword = index < 0;