mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-13 02:36:49 -05:00
SAV7 requires memecrypto
This commit is contained in:
@@ -854,5 +854,13 @@ public override string MiscSaveInfo()
|
||||
return Blocks.Aggregate("", (current, b) => current +
|
||||
$"{b.ID.ToString("00")}: {b.Offset.ToString("X5")}-{(b.Offset + b.Length).ToString("X5")}, {b.Length.ToString("X5")}{Environment.NewLine}");
|
||||
}
|
||||
|
||||
public override bool RequiresMemeCrypto
|
||||
{
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user