From fa310e8c4e2a1b9b7ef524db2b350b6abe15cb12 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 14 Oct 2017 16:32:34 -0700 Subject: [PATCH] Add gen6 map mirror coordinate changing not sure what they do but the values should match Closes #1523 --- PKHeX.Core/Saves/SAV7.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKHeX.Core/Saves/SAV7.cs b/PKHeX.Core/Saves/SAV7.cs index 21973c25b..93ee7d0be 100644 --- a/PKHeX.Core/Saves/SAV7.cs +++ b/PKHeX.Core/Saves/SAV7.cs @@ -200,7 +200,7 @@ private void GetSAVOffsets() { if (SM) { - /* 00 */ Bag = 0x00000; // [DE0] MyItem + /* 00 */ Bag = 0x00000; // [DE0] MyItem /* 01 */ Trainer1 = 0x00E00; // [07C] Situation /* 02 */ // = 0x01000; // [014] RandomGroup /* 03 */ TrainerCard = 0x01200; // [0C0] MyStatus @@ -227,7 +227,7 @@ private void GetSAVOffsets() /* 24 */ // = 0x54600; // [10528] LiveMatchData /* 25 */ // = 0x64C00; // [204] BattleSpotData /* 26 */ PokeFinderSave = 0x65000; // [B60] PokeFinderSave - /* 27 */ WondercardFlags = 0x65C00; // [3F50] MysteryGiftSave + /* 27 */ WondercardFlags= 0x65C00; // [3F50] MysteryGiftSave /* 28 */ Record = 0x69C00; // [358] Record /* 29 */ // = 0x6A000; // [728] Data Block /* 30 */ // = 0x6A800; // [200] GameSyncSave