Update 19.01.14

This commit is contained in:
Kurt
2019-01-13 21:42:19 -08:00
parent d62a69a6a7
commit a4d124cb16
3 changed files with 16 additions and 4 deletions

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.01.02.0")]
[assembly: AssemblyFileVersion("19.01.02.0")]
[assembly: AssemblyVersion("19.01.14.0")]
[assembly: AssemblyFileVersion("19.01.14.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]

View File

@@ -1,7 +1,19 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/
19/01/02 - New Update:
19/01/14 - New Update:
- Legality:
- - Changed: Another round of legality check updates. Thanks ThePunish3D, @SteelPhase, @NinFanBoyFTW
- Added: New setting can now change which type of blank save file is loaded when the program starts.
- Added: PokeStock bank files can now be read & saved (like a save file).
- Added: Gen6 HoF & Secret Base editor now use the in-game font. Thanks @PMArkive!
- Fixed: Gen4 Pokédex Give All no longer causes an error. Thanks Nasz, Deadbolt!
- Fixed: LGPE Box Sorting now no longer behaves incorrectly. Thanks @Ninjistix!
- Fixed: LGPE pk7 setting to save file now no longer detects handling trainer incorrectly (resetting friendship).
- Fixed: XK3 pkm with two abilities no longer read incorrectly. Thanks TORNADO!
- Fixed: Loading boxes now detects overriden settings correctly. Thanks @bpxhmemcpy!
19/01/02 - New Update: (27034) [1582970]
- Legality:
- - Changed: Another round of legality check updates. Thanks finalevil151, @NinFanBoyFTW, Brittany, Taargüs Taargüs!
- Batch Editor:

View File

@@ -1 +1 @@
20190102
20190114