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:
Kurt 2020-08-01 09:28:35 -07:00
parent 9e40fa132f
commit ff95c734a2

View file

@ -133,7 +133,7 @@ namespace PKHeX.Core
private byte[] GetInnerData()
{
// Set Memo Back
StrategyMemo.Write().CopyTo(Data, Memo);
// StrategyMemo.Write().CopyTo(Data, Memo);
ShadowInfo.Write().CopyTo(Data, Shadow);
SetChecksums();