Skip to content

Commit

Permalink
Update 19.05.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kwsch committed May 15, 2019
1 parent 1d44136 commit be8e885
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
Binary file modified PKHeX.Core/Resources/byte/wb7full.pkl
Binary file not shown.
Binary file modified PKHeX.Core/Resources/byte/wc7full.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion PKHeX.Core/Saves/Substructures/Gen4/PoffinCase4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public PoffinCase4(SAV4 sav)
if (SAV.HGSS)
throw new ArgumentException(nameof(SAV));

Offset = SAV.DP ? 0x5050 : 0x52E0;
Offset = SAV.DP ? 0x5050 : 0x52E8;
Poffins = ReadPoffins(SAV, Offset);
}

Expand Down
4 changes: 2 additions & 2 deletions PKHeX.WinForms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("19.04.02.0")]
[assembly: AssemblyFileVersion("19.04.02.0")]
[assembly: AssemblyVersion("19.05.15.0")]
[assembly: AssemblyFileVersion("19.05.15.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]
16 changes: 15 additions & 1 deletion PKHeX.WinForms/Resources/text/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/

19/04/02 - New Update:
19/05/15 - New Update:
- Legality:
- - Added: Initial support for complete savefile cross-comparison checks. Control click the Checksums button in the SAV tab.
- - Added: shiny check for Ash Greninja edge case. Thanks @WardenUnleashed & @DaWoblefet!
- - Added: VC transfer nature checks (gained no/little XP after transfer). Thanks @SadisticMystic
- - Fixed: B2W2 French OT in-game trade name. Thanks @WEERSOQUEER!
- - Fixed: Gen1 Machoke catch rate forced value is now correct. Thanks @Ninjistix!
- Added: Gen7 LGPE wb7full drag&drop support. Thanks @ReignOfComputer!
- Added: Gen4 DPPt Poffin Editor. Thanks @sora10pls!
- Changed: Colo/XD Fateful Encounter flags are now detected differently. Thanks @ReclaimerShawn & @ijuintekka!
- Fixed: Gen7 LGPE Mystery Gift flags are now set properly. Thanks @CanoeHope!
- Fixed: Gen1->2 transfer no longer throws errors. Thanks Maddaren!
- Fixed: Box Wallpaper editor now loads the correct backgrounds. Thanks yajegamer!

19/04/02 - New Update: (64806) [1779886]
- Legality:
- - No parsing issues reported -- is it perfect yet? ^:)
- - Changed: Updated Hidden Ability banlist (bank monkeys).
Expand Down

0 comments on commit be8e885

Please sign in to comment.