mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
Fix current box
ref GetCurrentTray
This commit is contained in:
parent
ba4d9aade3
commit
6a97fe81c9
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ namespace PKHeX
|
|||
WondercardData = WondercardFlags + 0x100;
|
||||
|
||||
PCBackgrounds = PCLayout + 0x5C0;
|
||||
LastViewedBox = PCLayout + 0x5E0;
|
||||
LastViewedBox = PCLayout + 0x5E3;
|
||||
PCFlags = PCLayout + 0x5E0;
|
||||
}
|
||||
else // Empty input
|
||||
|
|
Loading…
Reference in a new issue