diff --git a/PKHeX.Core/Resources/byte/pcd.pkl b/PKHeX.Core/Resources/byte/pcd.pkl index 9600ac8fc..360cf7a3f 100644 Binary files a/PKHeX.Core/Resources/byte/pcd.pkl and b/PKHeX.Core/Resources/byte/pcd.pkl differ diff --git a/PKHeX.Core/Resources/byte/pgf.pkl b/PKHeX.Core/Resources/byte/pgf.pkl index 6dbfa7cee..8f6aa77d9 100644 Binary files a/PKHeX.Core/Resources/byte/pgf.pkl and b/PKHeX.Core/Resources/byte/pgf.pkl differ diff --git a/PKHeX.Core/Resources/byte/wc6.pkl b/PKHeX.Core/Resources/byte/wc6.pkl index 363e51449..87f11771a 100644 Binary files a/PKHeX.Core/Resources/byte/wc6.pkl and b/PKHeX.Core/Resources/byte/wc6.pkl differ diff --git a/PKHeX.Core/Resources/byte/wc6full.pkl b/PKHeX.Core/Resources/byte/wc6full.pkl index c2d0aa67f..75c605219 100644 Binary files a/PKHeX.Core/Resources/byte/wc6full.pkl and b/PKHeX.Core/Resources/byte/wc6full.pkl differ diff --git a/PKHeX.Core/Resources/byte/wc7.pkl b/PKHeX.Core/Resources/byte/wc7.pkl index feccf99bc..f4a4cd6a2 100644 Binary files a/PKHeX.Core/Resources/byte/wc7.pkl and b/PKHeX.Core/Resources/byte/wc7.pkl differ diff --git a/PKHeX.Core/Resources/byte/wc7full.pkl b/PKHeX.Core/Resources/byte/wc7full.pkl index ea5ff56ca..98be171c8 100644 Binary files a/PKHeX.Core/Resources/byte/wc7full.pkl and b/PKHeX.Core/Resources/byte/wc7full.pkl differ diff --git a/PKHeX.WinForms/Resources/text/changelog.txt b/PKHeX.WinForms/Resources/text/changelog.txt index eeb81e9ce..ff0f22458 100644 --- a/PKHeX.WinForms/Resources/text/changelog.txt +++ b/PKHeX.WinForms/Resources/text/changelog.txt @@ -1,7 +1,23 @@ PKHeX - By Kaphotics http://projectpokemon.org/pkhex -17/08/07 - New Update: +17/09/05 - New Update: + - Legality: + - - Added: Gen5 PID/TID/SID correlation check for wild encounters. + - - Changed: Another round of legality check updates. Thanks (so many different users)! + - Added: HGSS Pokewalker locations unlock all button. + - Added: Gen1/2 PKM can now be made shiny in the batch editor (.PID=$shiny) + - Added: Database/MGDB searches can now be made on the abstract class properties (PKM/MysteryGift). + - Added: PKM Database now loads pkm data from save files that have been backed up. Tons to search! + - Added: Gen4 (DPPt) Underground Score editor. Thanks @egzonqj! + - Changed: Box Legality checking setting is turned on by default for new users. Too many don't know it exists :) + - Fixed: Gen6 OR/AS mega forms are now selectable again. Thanks @SwampyGator! + - Fixed: Gen5 pokedex international language bitflag setting fixed (no longer corrupts repel data). Thanks @NinFanBoyFTW! + - Fixed: Gen4 pokedex international language bitflags for GER/ITA swapped (now correct). Thanks @wrathsoffire76! + - Fixed: Importing PKMs from folder now updates any active box viewers. Thanks @NinFanBoyFTW! + - Fixed: French Ribbon names now display correctly in the Ribbon Editor. Thanks @Odaxis! + +17/08/07 - New Update: (41989) [676866] - Legality: - - Changed: XD/Colo PIDIV detection speed improved by a factor of ~8000x - - Changed: Method# PIDIV detection speed improved by a factor of ~250x diff --git a/PKHeX.WinForms/Resources/text/version.txt b/PKHeX.WinForms/Resources/text/version.txt index e02148551..22828c131 100644 --- a/PKHeX.WinForms/Resources/text/version.txt +++ b/PKHeX.WinForms/Resources/text/version.txt @@ -1 +1 @@ -20170807 \ No newline at end of file +20170905 \ No newline at end of file diff --git a/PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.cs b/PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.cs index b6c03bcdd..ce101948c 100644 --- a/PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.cs +++ b/PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.cs @@ -184,6 +184,7 @@ private void PopulateComboBoxes() // Trigger a Reset ResetFilters(null, null); + B_Search.Enabled = true; } private void ResetFilters(object sender, EventArgs e) {