mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-16 21:38:40 +00:00
Fix Memecrypto
This commit is contained in:
parent
e93d814ce8
commit
18c2cc4939
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ namespace PKHeX.Core
|
|||
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…
Add table
Reference in a new issue