mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Update 19.09.19
Update event binaries with latest from the Event Gallery
This commit is contained in:
parent
32969a4d86
commit
712a9cf4a0
3 changed files with 17 additions and 3 deletions
Binary file not shown.
|
@ -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.08.19.0")]
|
||||
[assembly: AssemblyFileVersion("19.08.19.0")]
|
||||
[assembly: AssemblyVersion("19.09.19.0")]
|
||||
[assembly: AssemblyFileVersion("19.09.19.0")]
|
||||
[assembly: NeutralResourcesLanguageAttribute("en")]
|
||||
|
|
|
@ -1,7 +1,21 @@
|
|||
PKHeX - By Kaphotics
|
||||
http://projectpokemon.org/pkhex/
|
||||
|
||||
19/08/19 - New Update:
|
||||
19/09/19 - New Update:
|
||||
- Legality:
|
||||
- - Updated GO shiny banlist.
|
||||
- Refactoring prep work for SwSh has changed some internal behavior.
|
||||
- - Changed: Slot drag & drop / update notifications has been rewritten.
|
||||
- - Changed: SAV4 split into SAV4DP/SAV4Pt/SAV4HGSS
|
||||
- - Changed: Encounter Area -> encounter slot yielding behavior is now unique per Area generation-type.
|
||||
- - Changed: Some PKHeX.Core api method signatures have changed / will change in next update.
|
||||
- Added: Undo/Redo of party slot changes.
|
||||
- Added: Gen4 (HGSS) Pokegear rolodex editing. Thanks @sora10pls!
|
||||
- Fixed: Gen5 daycare slot 2 reading, and EXP reading.
|
||||
- Fixed: Gen6 Multiplayer tab (Mega/Rayquaza flag, message strings) is now visible again.
|
||||
- Fixed: Gen7 box flags are now shown (unknown purpose). Form now hides the flag label if no flags exist for the SaveFile type.
|
||||
|
||||
19/08/19 - New Update: (46394) [1999879]
|
||||
- Legality:
|
||||
- - Added: Super Training data for Eggs & GB era are now checked. Thanks @Narithegreat!
|
||||
- - Added: More Colosseum met locations for shadow encounters. Thanks @ReignOfComputer!
|
||||
|
|
Loading…
Add table
Reference in a new issue