mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-16 21:38:40 +00:00
fix fulldex button functionality
Don't know when/how it was commented out...
This commit is contained in:
parent
223783fddb
commit
9145578597
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ namespace PKHeX
|
|||
byte[] fulldex = Properties.Resources.fulldex_XY;
|
||||
if (ModifierKeys != Keys.Control)
|
||||
{
|
||||
// Array.Copy(fulldex, 0x008, sav, savshift + 0x1A408, 0x638);
|
||||
Array.Copy(fulldex, 0x008, sav, savshift + 0x1A408, 0x638);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue