mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-15 00:21:23 -05:00
Fix current box
ref GetCurrentTray
This commit is contained in:
parent
ba4d9aade3
commit
6a97fe81c9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user