mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-03 01:59:35 -05:00
temp stub save button
until a working solution is added as documented in #126 , just manually edit to the XX XX A0 E3 instruction
This commit is contained in:
parent
9eee50d6f3
commit
54a588c970
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user