diff --git a/PKHeX/PKM/PK6.cs b/PKHeX/PKM/PK6.cs index eaede7f40..a113f3130 100644 --- a/PKHeX/PKM/PK6.cs +++ b/PKHeX/PKM/PK6.cs @@ -627,6 +627,8 @@ public PK7 convertToPK7() 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(); diff --git a/PKHeX/Resources/byte/wc7.pkl b/PKHeX/Resources/byte/wc7.pkl index 8bb0915e3..38f7a111c 100644 Binary files a/PKHeX/Resources/byte/wc7.pkl and b/PKHeX/Resources/byte/wc7.pkl differ diff --git a/PKHeX/Resources/text/changelog.txt b/PKHeX/Resources/text/changelog.txt index 266b71b26..5c45939ad 100644 --- a/PKHeX/Resources/text/changelog.txt +++ b/PKHeX/Resources/text/changelog.txt @@ -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: diff --git a/PKHeX/Resources/text/version.txt b/PKHeX/Resources/text/version.txt index 865f764c2..bf4c306cd 100644 --- a/PKHeX/Resources/text/version.txt +++ b/PKHeX/Resources/text/version.txt @@ -1 +1 @@ -20170128 \ No newline at end of file +20170130 \ No newline at end of file