From d4bcdf7090ca7f765f13c48b6b14c8f57c98f08c Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 28 Feb 2020 17:05:15 -0600 Subject: [PATCH] a few more cleanups --- BizHawk.Client.EmuHawk/tools/GameShark.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/GameShark.cs b/BizHawk.Client.EmuHawk/tools/GameShark.cs index 11fd3f9fee..5e6e27f36c 100644 --- a/BizHawk.Client.EmuHawk/tools/GameShark.cs +++ b/BizHawk.Client.EmuHawk/tools/GameShark.cs @@ -2085,7 +2085,6 @@ namespace BizHawk.Client.EmuHawk _byteSize = 32; MessageBox.Show("The code you entered is not needed by Bizhawk.", "Input Error", MessageBoxButtons.OK, MessageBoxIcon.Information); _blnUnneeded = true; - return; } else if (_ramAddress.StartsWith("0800") && _ramAddress[6] == '0' && _ramAddress[7] == '0') { @@ -2940,6 +2939,7 @@ namespace BizHawk.Client.EmuHawk MessageBox.Show("All Master System Game Genie Codes need to have a dash after the third character and seventh character.", "Input Error", MessageBoxButtons.OK, MessageBoxIcon.Error); return; } + try { // A Watch needs to be generated so we can make a cheat out of that. This is due to how the Cheat engine works.