mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 09:07:11 -05:00
Don't set strategymemo back
Closes #2956 if someone wants to tidy up XD support later, feel free to uncomment and get it working reliably :P
This commit is contained in:
@@ -133,7 +133,7 @@ protected override byte[] GetFinalData()
|
||||
private byte[] GetInnerData()
|
||||
{
|
||||
// Set Memo Back
|
||||
StrategyMemo.Write().CopyTo(Data, Memo);
|
||||
// StrategyMemo.Write().CopyTo(Data, Memo);
|
||||
ShadowInfo.Write().CopyTo(Data, Shadow);
|
||||
SetChecksums();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user