diff --git a/PKHeX/PKM/PKX.cs b/PKHeX/PKM/PKX.cs index 1fd3063d6..c95cac686 100644 --- a/PKHeX/PKM/PKX.cs +++ b/PKHeX/PKM/PKX.cs @@ -899,7 +899,7 @@ public static string[] getFormList(int species, string[] t, string[] f, string[] case 720: return new[] { - t[000], // Normal + f[720], // Confined f[1018], // Unbound }; diff --git a/README.md b/README.md index 9ae88046c..91a98c683 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Nintendo 3DS savedata containers use an AES MAC that cannot be emulated without ## Screenshots -![Main Window](http://i.imgur.com/QT3IxpR.png) +![Main Window](http://i.imgur.com/PueTtUc.png) ## Building