Update 19.08.19

Update event binaries with latest from the Event Gallery
This commit is contained in:
Kurt 2019-08-18 21:51:40 -07:00
parent 39f5500d8a
commit d0ae47eb6c
3 changed files with 17 additions and 3 deletions

View file

@ -32,6 +32,6 @@ using System.Resources;
// 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.07.05.0")]
[assembly: AssemblyFileVersion("19.07.05.0")]
[assembly: AssemblyVersion("19.08.19.0")]
[assembly: AssemblyFileVersion("19.08.19.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]

View file

@ -1,7 +1,21 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/
19/07/05 - New Update:
19/08/19 - New Update:
- Legality:
- - Added: Super Training data for Eggs & GB era are now checked. Thanks @Narithegreat!
- - Added: More Colosseum met locations for shadow encounters. Thanks @ReignOfComputer!
- - Changed: Distribution Super Training missions are now flagged as Invalid (never released).
- Added: Hovering over a slot in the Database now shows a preview tooltip like the Box view. Thanks SadisticMystic!
- Changed: Misc internal changes to logic (migrating into PKHeX.Core and solidifying abstractions).
- Fixed: Bad filenames on external media no longer cause exceptions when detecting a savefile.
- Fixed: Suggesting moves for certain VC encounters no longer cause exceptions.
- Fixed: Celebrate, Happy Hour, Hold Hands, and partner moves are now allowed for LGPE move selection.
- Fixed: Reverted Gen4->5 decapitalization on nicknames. Thanks @Ammako!
- Updated: More event flags for gen3 have been added. Thanks @sora10pls & @rboninsegna!
- Updated: Spanish translation has been updated. Thanks @XxPhoenix1996xX!
19/07/05 - New Update: (80492) [1953485]
- Legality:
- - Added: Recognition for Method 3 encounters. Be suspicious if any of your Gen3 mons have this PID type :)
- - Fixed: Gen2 In-game trades checking is now more accurate. Thanks @WEERSOQUEER!