Skip to content

Commit

Permalink
Update 22.09.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kwsch committed Sep 13, 2022
1 parent d5cdd3e commit 5875d76
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKHeX.Core/PKHeX.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<NeutralLanguage>en</NeutralLanguage>
<Company>Project Pokémon</Company>
<Copyright>Kaphotics</Copyright>
<Version>22.06.26</Version>
<Version>22.09.13</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Binary file modified PKHeX.Core/Resources/legality/mgdb/wa8.pkl
Binary file not shown.
Binary file modified PKHeX.Core/Resources/legality/mgdb/wb8.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 @@ -13,7 +13,7 @@
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<StartupObject>PKHeX.WinForms.Program</StartupObject>
<AssemblyName>PKHeX</AssemblyName>
<Version>22.08.31</Version>
<Version>22.09.13</Version>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
9 changes: 8 additions & 1 deletion PKHeX.WinForms/Resources/text/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/

22/08/31 - New Update:
22/09/13 - New Update:
- Legality: Fixed small regressions in move / ribbon / memory legality checks.
- Changed: RNG pidiv detection speed drastically improved. Not that you'd really notice since everything is already fast.
- Fixed: BW personal data API has been regenerated to fix previous corrupted return values.
- Fixed: Colosseum/XD playtime values now set the Hour value correctly.
- Fixed: Gen1 OT name now writes the final terminator 0x50 when setting a 7-character-long trainer name.

22/08/31 - New Update: (52021) [5272314]
- Legality:
- - Refactored move validation and evolution branching to better handle sidegame alterations.
- - Refactored some data structures for faster program performance.
Expand Down

0 comments on commit 5875d76

Please sign in to comment.