mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00: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:
parent
9e40fa132f
commit
ff95c734a2
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue