From 8ff762ce91c09d70f45d7f15027e37af4bccf4f5 Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 9 May 2017 21:36:30 -0700 Subject: [PATCH] Update readme Updates Hoopa-Normal to Hoopa-Confined Updates preview image to better reflect current gen7 appearance Closes #1110, unused as the proposed readme image was boring and hoopa change copied --- PKHeX/PKM/PKX.cs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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