diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs index f76b653a2..33eaca9c2 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs @@ -475,7 +475,7 @@ private void SaveUltraData() SAV.SetSurfScore(3, (int)NUD_Surf3.Value); if (TB_RotomOT.Text != TB_OTName.Text // different Rotom name from OT - && TB_RotomOT.Text != SAV.OT // manually changed + && TB_OTName.Text != SAV.OT // manually changed && DialogResult.Yes == // wants to update WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Rotom OT does not match OT name. Update Rotom OT name with OT name?")) SAV.RotomOT = TB_OTName.Text;