mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Update 20.07.18
This commit is contained in:
parent
9b14235a6c
commit
5c7f992ea9
2 changed files with 18 additions and 17 deletions
|
@ -12,7 +12,7 @@
|
|||
<ApplicationIcon>Resources\Icon.ico</ApplicationIcon>
|
||||
<StartupObject>PKHeX.WinForms.Program</StartupObject>
|
||||
<AssemblyName>PKHeX</AssemblyName>
|
||||
<Version>20.06.22</Version>
|
||||
<Version>20.07.18</Version>
|
||||
<LangVersion>8</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -54,9 +54,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Controls\SAV Editor\PartyEditor.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Update="Controls\SAV Editor\PartyEditor.cs" />
|
||||
<Compile Update="Properties\Resources.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
|
@ -67,18 +65,10 @@
|
|||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="Subforms\PKM Editors\TechRecordEditor.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="Subforms\Save Editors\Misc\SAV_Accessor.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="Subforms\Save Editors\Gen8\SAV_BlockDump8.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="Subforms\Save Editors\Gen8\SAV_Trainer8.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="Subforms\PKM Editors\TechRecordEditor.cs" />
|
||||
<Compile Update="Subforms\Save Editors\Misc\SAV_Accessor.cs" />
|
||||
<Compile Update="Subforms\Save Editors\Gen8\SAV_BlockDump8.cs" />
|
||||
<Compile Update="Subforms\Save Editors\Gen8\SAV_Trainer8.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -1,7 +1,18 @@
|
|||
PKHeX - By Kaphotics
|
||||
http://projectpokemon.org/pkhex/
|
||||
|
||||
20/06/22 - New Update:
|
||||
20/07/18 - New Update:
|
||||
- Legality:
|
||||
- - Added latest HOME gifts (Shiny Zeraora)
|
||||
- - Handled GMax state toggling edge cases.
|
||||
- - Fixed: Gen2 Dizzy Punch egg recognition, DP Rotom egg recognition.
|
||||
- - Fixed: Gen3 event gift encounters should now check the allowed Versions.
|
||||
- - Fixed: Gen8 Memory Check for "Defeated Strongest Trainer" now no longer flags Skillful Battler ribbon.
|
||||
- - Fixed: Den Detail Exporting no longer throws an exception.
|
||||
- Fixed: Gen8 Generating encounters from the Encounter Database will now set the Stat Nature value.
|
||||
- Fixed: Gen4 save file detection should now work better for new saves.
|
||||
|
||||
20/06/22 - New Update: (83657) [2867693]
|
||||
- Legality:
|
||||
- - Handled edge cases from various reports, and added the event gift data from the recent events.
|
||||
- - Fixed: Verification for Neutral nature mint, IoA hatch location, Galarian Slowbro, raid Hidden Ability, Master Rank ribbon.
|
||||
|
|
Loading…
Reference in a new issue