diff --git a/PKHeX.Core/Resources/legality/mgdb/wc4.pkl b/PKHeX.Core/Resources/legality/mgdb/wc4.pkl index efdb442bdc8..a63e32b0aec 100644 Binary files a/PKHeX.Core/Resources/legality/mgdb/wc4.pkl and b/PKHeX.Core/Resources/legality/mgdb/wc4.pkl differ diff --git a/PKHeX.Core/Resources/legality/mgdb/wc8.pkl b/PKHeX.Core/Resources/legality/mgdb/wc8.pkl index 21545e9bb9c..9477782f978 100644 Binary files a/PKHeX.Core/Resources/legality/mgdb/wc8.pkl and b/PKHeX.Core/Resources/legality/mgdb/wc8.pkl differ diff --git a/PKHeX.Core/Resources/legality/wild/encounter_go_home.pkl b/PKHeX.Core/Resources/legality/wild/encounter_go_home.pkl index 73c6797057e..12ba882ee61 100644 Binary files a/PKHeX.Core/Resources/legality/wild/encounter_go_home.pkl and b/PKHeX.Core/Resources/legality/wild/encounter_go_home.pkl differ diff --git a/PKHeX.Core/Resources/legality/wild/encounter_go_lgpe.pkl b/PKHeX.Core/Resources/legality/wild/encounter_go_lgpe.pkl index eeed6b76be0..68bc6ec31cf 100644 Binary files a/PKHeX.Core/Resources/legality/wild/encounter_go_lgpe.pkl and b/PKHeX.Core/Resources/legality/wild/encounter_go_lgpe.pkl differ diff --git a/PKHeX.WinForms/PKHeX.WinForms.csproj b/PKHeX.WinForms/PKHeX.WinForms.csproj index bc0bc549e18..6078f433f08 100644 --- a/PKHeX.WinForms/PKHeX.WinForms.csproj +++ b/PKHeX.WinForms/PKHeX.WinForms.csproj @@ -12,7 +12,7 @@ Resources\icon.ico PKHeX.WinForms.Program PKHeX - 22.02.14 + 22.02.22 10 enable diff --git a/PKHeX.WinForms/Resources/text/changelog.txt b/PKHeX.WinForms/Resources/text/changelog.txt index 66ebde9be0d..538df52e953 100644 --- a/PKHeX.WinForms/Resources/text/changelog.txt +++ b/PKHeX.WinForms/Resources/text/changelog.txt @@ -1,7 +1,20 @@ PKHeX - By Kaphotics http://projectpokemon.org/pkhex/ -22/02/14 - New Update: +22/02/22 - New Update: + - Added support for BDSP v1.2 save data format. + - Legality: + - - Added: BDSP glitch abuse flag is now flagged by PKHeX's legality check. + - - Added: PLA RNG correlation for encounters now added; things generated from the Encounter Database are a little bit more legal. + - - Fixed: Low level alphas now generate their moveset correctly (no duplicated moves). + - Added: Bulk Analysis (previously hidden behind the Verify Checksums button) now has its own button, and can detect clones and other value reuse. + - Added: Batch Editor can now $suggest for HeightAbsolute & WeightAbsolute. Thanks @easyworld! + - Added: Batch Editor can now $suggest certain methods by type (read BatchMods.cs). Try .SetSuggestedGanbaruValues=$suggest + - Changed: Held item combobox is now hidden for PLA format, similar to LGPE. No held items in these games even though the data field exists. + - Fixed: BDSP backup save files are now correctly detected as backups when detecting latest saves. + - Fixed: Gen2 Korean strings now save correctly. + +22/02/14 - New Update: (46234) [4576401] - Legality: - - Changed: Height & Weight calculated values now match the game calculation perfectly. Values not matching expected values exactly are flagged. - - Fixed: SWSH tutor moves are now illegal on PA8 entities.