mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Permit 5->6+ forme mismatch keldeo
BW tutor -> transfer up doesn't update the form thanks @wwwwwwzx !
This commit is contained in:
parent
754b87a4f0
commit
b2c3884391
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue