Update 170130

Fixed wc7 binary, added 6->7 transfer georegion (was missing).
This commit is contained in:
Kurt 2017-01-29 20:15:03 -08:00
parent f7e354a839
commit 1c599e8baa
4 changed files with 16 additions and 2 deletions

View file

@ -627,6 +627,8 @@ namespace PKHeX.Core
pk7.Data[0xDE] = 0; /* Gen IV encounter type. */
pk7.TradeMemory(Bank: true); // oh no, memories on gen7 pkm
pk7.Geo1_Country = PKMConverter.Country;
pk7.Geo1_Region = PKMConverter.Region;
// Fix Checksum
pk7.RefreshChecksum();

Binary file not shown.

View file

@ -1,7 +1,19 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex
17/01/28 - New Update:
17/01/30 - New Update:
- Added: Control right-clicking a PKM slot (box, party, etc) now allows direct legality checking.
- Added: 6/7 detection preferential treatment & other detection methods. Thanks sora10pls!
- Added: Remove All medals button now clears Unlocked/Complete flags even if not visible.
- Fixed: Badly constructed ShowdownSets throw less exceptions (hopefully none). Thanks Sonic Blader!
- Fixed: Cloning to all slots in a Gen1/2 english save no longer overflows. Thanks Wanderer1391!
- Fixed: Forme list for Burmy/Vivillon/Furfrou now displays correct formes. Thanks sora10pls!
- Fixed: Gen4/5 PID no longer automatically rerolls when changing ability lists. Thanks RoC!
- Fixed: Multiple legality edge cases. Thanks everyone who reported!
- Fixed: 1/6->7 transfer not applying geolocation data. Thanks RoC!
- Fixed: English Demo Greninja now is recognized correctly.
17/01/28 - New Update: (23464) [241859]
- Added: Gen6->Gen7 transfer logic and Gen1->Gen7 transfer logic.
- - Note: Bank adds memories and geolocation data to all pk7 files it touches.
- Legality:

View file

@ -1 +1 @@
20170128
20170130