From 6a97fe81c91cee4ea32e2c1e70fca90bd45ac46c Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 19 Nov 2016 12:44:05 -0800 Subject: [PATCH] Fix current box ref GetCurrentTray --- PKHeX/Saves/SAV7.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX/Saves/SAV7.cs b/PKHeX/Saves/SAV7.cs index 81b21ef51..a36deb658 100644 --- a/PKHeX/Saves/SAV7.cs +++ b/PKHeX/Saves/SAV7.cs @@ -214,7 +214,7 @@ private void getSAVOffsets() WondercardData = WondercardFlags + 0x100; PCBackgrounds = PCLayout + 0x5C0; - LastViewedBox = PCLayout + 0x5E0; + LastViewedBox = PCLayout + 0x5E3; PCFlags = PCLayout + 0x5E0; } else // Empty input