Update 19.04.02

Update mgdb too
This commit is contained in:
Kurt
2019-04-01 18:35:01 -07:00
parent e96fafcfdd
commit 9e83e13559
4 changed files with 14 additions and 3 deletions

Binary file not shown.

View File

@@ -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.03.11.0")]
[assembly: AssemblyFileVersion("19.03.11.0")]
[assembly: AssemblyVersion("19.04.02.0")]
[assembly: AssemblyFileVersion("19.04.02.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]

View File

@@ -1,7 +1,18 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/
19/03/11 - New Update:
19/04/02 - New Update:
- Legality:
- - No parsing issues reported -- is it perfect yet? ^:)
- - Changed: Updated Hidden Ability banlist (bank monkeys).
- Added: Gen2 can now set the RTC 'reset' flag directly. Thanks @SatoMew!
- Added: Settings can now be reset via button in the Settings Editor.
- Added: Learnability API is now functional; not yet hooked to GUI.
- Changed: Multiple minor performance improvements have been added.
- Fixed: Gen7 Stamp editing now added missing stamp. Thanks @PKMWM1!
- Fixed: Gen3 C/XD saves now export correctly.
19/03/11 - New Update: (40203) [1715080]
- Legality:
- - Changed: Updated GO shiny banlist.
- - Fixed: Silvally pledge moves are now restricted correctly.