mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-13 10:46:12 -05:00
Add missing memecrypto clear
See the SAV7SM.cs constructor... yeah oops! A hotfix has been posted (committing after I upload!) Closes #2415 thanks @Ammako !
This commit is contained in:
@@ -8,6 +8,7 @@ public SAV7USUM(byte[] data) : base(data, boUU)
|
||||
{
|
||||
Blocks = new SaveBlockAccessor7USUM(this);
|
||||
Initialize();
|
||||
ClearMemeCrypto();
|
||||
}
|
||||
|
||||
public SAV7USUM() : base(SaveUtil.SIZE_G7USUM, boUU)
|
||||
|
||||
Reference in New Issue
Block a user