Skip to content

Commit

Permalink
Update 21.04.06
Browse files Browse the repository at this point in the history
Mostly because of Gen3 save editing bugfixes, forcing a new version.

Last version added the PID checks for Gen8; this one adds move ordering checks for eggs. More fun :)
  • Loading branch information
kwsch committed Apr 6, 2021
1 parent 223b56d commit c05fc85
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
Binary file modified PKHeX.Core/Resources/byte/encounter_go_home.pkl
Binary file not shown.
Binary file modified PKHeX.Core/Resources/byte/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>21.04.01</Version>
<Version>21.04.06</Version>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
13 changes: 12 additions & 1 deletion PKHeX.WinForms/Resources/text/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/

21/04/01 - New Update:
21/04/06 - New Update:
- Legality:
- - Added: New Egg Move order validation logic. Yay inheritance legality checking! Thanks @Lusamine!
- - Fixed: Ability Patched wild encounter slots no longer show as invalid if they have the curry mark. Thanks Irina!
- - Changed: Smeargle is no longer allowed to know Thousand Arrows/Thousand Waves in Gen6 (unreleased). Thanks @DaWoblefet!
- Added: Gen2 Legendary Beast event flag resets. Thanks @CanoeHope, and @brianard52 / @Lusamine for testing!
- Changed: The Event Flag editor logic for Gen2-7 has been rewritten, shouldn't notice any difference.
- Changed: Hovering over a slot now shows the summary for 30+ seconds rather than 5 seconds, or until you move your mouse away.
- Fixed: Gen3 saves no longer randomly corrupt when saving Misc Edits or Trainer Info. Thanks @Kermalis
- Fixed: Gen3 saves no longer cause errors when opening some editors, and now load correctly. Thanks @AlamosIT, Sockcos!

21/04/01 - New Update: (15825) [3575487]
- Legality:
- - Added: Generation 8 Overworld RNG seed legality. The wandering encounters have detectable origins!
- - Updated: Mystery Gift & GO Legality encounter data.
Expand Down

0 comments on commit c05fc85

Please sign in to comment.