Skip to content

Commit

Permalink
Update 20.01.26
Browse files Browse the repository at this point in the history
Update with latest events from EventsGallery
  • Loading branch information
kwsch committed Jan 26, 2020
1 parent f0fb6a2 commit a3e9649
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKHeX.Core/MysteryGifts/WC8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ private void SetEggMetData(PKM pk)

private void SetPINGA(PKM pk, ITrainerInfo SAV, EncounterCriteria criteria)
{
var pi = PersonalTable.USUM.GetFormeEntry(Species, Form);
var pi = PersonalTable.SWSH.GetFormeEntry(Species, Form);
pk.Nature = (int)criteria.GetNature(Nature == -1 ? Core.Nature.Random : (Nature)Nature);
pk.StatNature = pk.Nature;
pk.Gender = criteria.GetGender(Gender, pi);
Expand Down
Binary file modified PKHeX.Core/Resources/byte/wc8.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>icon.ico</ApplicationIcon>
<StartupObject>PKHeX.WinForms.Program</StartupObject>
<AssemblyName>PKHeX</AssemblyName>
<Version>20.01.10</Version>
<Version>20.01.26</Version>
<LangVersion>8</LangVersion>
</PropertyGroup>

Expand Down
24 changes: 23 additions & 1 deletion PKHeX.WinForms/Resources/text/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/

20/01/10 - New Update:
20/01/26 - New Update:
- Legality:
- - Added: Form Argument legality checks. Alcremie, Runerigus, Yamask, Hoopa, and Furfrou. Thanks @CanoeHope!
- - Added: More static encounter locations.
- - Fixed: Footprint ribbon is now checked for Gen8.
- - Fixed: Slowpoke-1 Hidden Ability is now banned, and bred Mimikyu now allows Hidden Ability.
- - Changed: A little bit of the program's internal structures have been tweaked for performance.
- Added: Gen8 Block Research/Export/Import tool, with direct block edits.
- - Can swap in a full Fashion block, for example. Or, edit your title screen to show 6 Magikarp!
- - Edit things directly! Known block objects can be selected, and all exposed Properties can be changed.
- - Can compare two saves to see what blocks/values changed.
- Added: Gen5 Subway score editing. Thanks @egzn!
- Added: More event flag/const have been documented. Thanks @FeralFalcon & @asterysx!
- Fixed: Internal API changes for more Thread safety. (People reuse PKHeX.Core in multithreaded applications, and the Rand utility didn't work correctly).
- Fixed: German translation no longer misbehaves for certain ribbons.
- Fixed: Handling for Form Arguments is now performed correctly. Will no longer clear for Runerigus on edit.
- Fixed: Gen7 LGPE Dumping of Go Park Entities with invalid file names are now sanitized before saving. Thanks @xJam-es!
- Fixed: Gen4 HGSS Pokéwalker course unlock cheat now works as intended.
- Changed: Gen8 SWSH Block reading/writing is now much more efficient.
- Changed: Gen7 LGPE Awakening Values are now applied more liberally via Control-click Random. Only an attack IV of 0 will not add AVs. Thanks slp32!
- Changed: Spanish Translation updated. Thanks @egzn!

20/01/10 - New Update: (43722) [2352009]
- Added: Gen8 Support for save data from the latest game patch.
- Legality: More handling for new additions.
- Added: Move#_PP $suggest for batch editor.
Expand Down

0 comments on commit a3e9649

Please sign in to comment.