Skip to content

Commit

Permalink
Update 22.02.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kwsch committed Feb 23, 2022
1 parent 2753927 commit fc3f142
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 2 deletions.
Binary file modified PKHeX.Core/Resources/legality/mgdb/wc4.pkl
Binary file not shown.
Binary file modified PKHeX.Core/Resources/legality/mgdb/wc8.pkl
Binary file not shown.
Binary file modified PKHeX.Core/Resources/legality/wild/encounter_go_home.pkl
Binary file not shown.
Binary file modified PKHeX.Core/Resources/legality/wild/encounter_go_lgpe.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion PKHeX.WinForms/PKHeX.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<StartupObject>PKHeX.WinForms.Program</StartupObject>
<AssemblyName>PKHeX</AssemblyName>
<Version>22.02.14</Version>
<Version>22.02.22</Version>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
15 changes: 14 additions & 1 deletion PKHeX.WinForms/Resources/text/changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit fc3f142

Please sign in to comment.