From 9e83e13559fc800b95aeea81998d7b84fd0ad09e Mon Sep 17 00:00:00 2001 From: Kurt Date: Mon, 1 Apr 2019 18:35:01 -0700 Subject: [PATCH] Update 19.04.02 Update mgdb too --- PKHeX.Core/Resources/byte/wc7.pkl | Bin 28776 -> 35904 bytes PKHeX.Core/Resources/byte/wc7full.pkl | Bin 591136 -> 598192 bytes PKHeX.WinForms/Properties/AssemblyInfo.cs | 4 ++-- PKHeX.WinForms/Resources/text/changelog.txt | 13 ++++++++++++- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/PKHeX.Core/Resources/byte/wc7.pkl b/PKHeX.Core/Resources/byte/wc7.pkl index f548e8ee481790d9a41d4a9cbada42290bb934da..8846313eccea80e86ee47a2d15bc214409c514ef 100644 GIT binary patch delta 1041 zcmaFyfbqZ#rVTkPOcl>3$1&+}ZDe}GxRLQ2<6ox9icB(-H!xXnz=VJTT9c)iyhyX_(wzl delta 114 zcmX>wgXzTs#tk_vlWW-aYtp|Gvp&qt^&IUs)!R(>fLs=HogdoElqlf+=NoV)Ev?wab1Bc5!=lebPbIX+)+5FOMy!Va7Br^BX%{^ z9rb={gsE0s>A5h`?MKC-IZ;@8L~h|MI)&Vl0E9suS2T2@0P>@{!pY*fdbEfaQs0wX zHW{vlNLI%@tCRc|7!Q&cav1fY5cD0woB3EjvEdqo;Dd$LiFyT$PY8O%G=-=SWj5|(k;)-HENN>%7mP?e7_p7GA^(z4pjT|K)a9Z9zE%Lt)m&Wo@$UR6XqL37 z^Io-etO1%cW{WsuGIz!l%?tW{WgF~GDYf!6n`iUf=#mX=Xw}{gvld+&JJ0-VA8TX1 z46&Q+8Cztg6q+u}JN`a->J9dei5cDX+FkaGtg*DhSz66_ApcZtv6qg`CFhbuDF;7! zLQM#w((2fRMf7ky{6Ir*ZV#q36n;GT#FB#ZxvG2Cza=ZV`ArYV$;ly}gtB95xd~D* ztb~4eM!h>jMdY)e>6q1mkeH*Jc=`+7iZ_l5aiI@=B0{UmWlCVXgDOzDNSptE*?4}D GGW$0{D?c#+ delta 97 zcmV-n0G|J_!6cxHB(N|EgHR8*P!9pHM~4tv0k;rZ0`MY-5P$-=5P$=q6PFON0tko5 zmIJrQmIRm+hj6U~hj6V0w{WcnAR&jK(FV7m(Ff2RlMn+2hlcS7w}$Zu>LRy*7YQ&4 D@c1PV diff --git a/PKHeX.WinForms/Properties/AssemblyInfo.cs b/PKHeX.WinForms/Properties/AssemblyInfo.cs index bb69b8764..cef0a4713 100644 --- a/PKHeX.WinForms/Properties/AssemblyInfo.cs +++ b/PKHeX.WinForms/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("19.03.11.0")] -[assembly: AssemblyFileVersion("19.03.11.0")] +[assembly: AssemblyVersion("19.04.02.0")] +[assembly: AssemblyFileVersion("19.04.02.0")] [assembly: NeutralResourcesLanguageAttribute("en")] diff --git a/PKHeX.WinForms/Resources/text/changelog.txt b/PKHeX.WinForms/Resources/text/changelog.txt index 13b2db133..0a43137c6 100644 --- a/PKHeX.WinForms/Resources/text/changelog.txt +++ b/PKHeX.WinForms/Resources/text/changelog.txt @@ -1,7 +1,18 @@ PKHeX - By Kaphotics http://projectpokemon.org/pkhex/ -19/03/11 - New Update: +19/04/02 - New Update: + - Legality: + - - No parsing issues reported -- is it perfect yet? ^:) + - - Changed: Updated Hidden Ability banlist (bank monkeys). + - Added: Gen2 can now set the RTC 'reset' flag directly. Thanks @SatoMew! + - Added: Settings can now be reset via button in the Settings Editor. + - Added: Learnability API is now functional; not yet hooked to GUI. + - Changed: Multiple minor performance improvements have been added. + - Fixed: Gen7 Stamp editing now added missing stamp. Thanks @PKMWM1! + - Fixed: Gen3 C/XD saves now export correctly. + +19/03/11 - New Update: (40203) [1715080] - Legality: - - Changed: Updated GO shiny banlist. - - Fixed: Silvally pledge moves are now restricted correctly.