mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-06 05:27:14 -05:00
Fix Memecrypto
This commit is contained in:
parent
e93d814ce8
commit
18c2cc4939
|
|
@ -284,7 +284,7 @@ public static byte[] Resign(byte[] sav7, bool throwIfUnsupported = true)
|
|||
sha256.ComputeHash(ChecksumTable).CopyTo(newSig, 0);
|
||||
var memeSig = VerifyMemeData(CurSig);
|
||||
if (memeSig != null)
|
||||
Array.Copy(memeSig, 0x20, newSig, 0, 0x60);
|
||||
Array.Copy(memeSig, 0x20, newSig, 0x20, 0x60);
|
||||
|
||||
SignMemeData(newSig).CopyTo(outSav, 0x6BB00);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user