mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 04:23:12 +00:00
Update 22.09.13
This commit is contained in:
parent
d5cdd3e6cc
commit
5875d76468
8 changed files with 10 additions and 3 deletions
|
@ -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>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue