From 54a588c970abfa7cf2e8a014c6699c6a2acaecee Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 16 Apr 2017 10:53:16 -0700 Subject: [PATCH] temp stub save button until a working solution is added as documented in #126 , just manually edit to the XX XX A0 E3 instruction --- pk3DS/Subforms/ShinyRate.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/pk3DS/Subforms/ShinyRate.cs b/pk3DS/Subforms/ShinyRate.cs index 8e6753e..c22523f 100644 --- a/pk3DS/Subforms/ShinyRate.cs +++ b/pk3DS/Subforms/ShinyRate.cs @@ -44,6 +44,7 @@ public ShinyRate() private void B_Cancel_Click(object sender, EventArgs e) => Close(); private void B_Save_Click(object sender, EventArgs e) { + return; writeCodePatch(); File.WriteAllBytes(codebin, exefsData); Close();