From 7470150205b60c7300b2873b6bbbf0a0f7c06235 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 21 May 2001 17:20:03 +0000 Subject: [PATCH] GUI patch for freeze data toggle [hpsolo] --- zsnes/src/gui/gui.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zsnes/src/gui/gui.asm b/zsnes/src/gui/gui.asm index bd844b9c..44d9e561 100644 --- a/zsnes/src/gui/gui.asm +++ b/zsnes/src/gui/gui.asm @@ -3073,13 +3073,13 @@ GUITryMenuItem: cmp byte[prevlfreeze],0 je .off mov byte[GUIPrevMenuData.onoff+15],'O' - mov byte[GUIPrevMenuData.onoff+15],'N' - mov byte[GUIPrevMenuData.onoff+16],' ' + mov byte[GUIPrevMenuData.onoff+16],'N' + mov byte[GUIPrevMenuData.onoff+17],' ' jmp .on .off - mov byte[GUIPrevMenuData.onoff+14],'O' - mov byte[GUIPrevMenuData.onoff+15],'F' + mov byte[GUIPrevMenuData.onoff+15],'O' mov byte[GUIPrevMenuData.onoff+16],'F' + mov byte[GUIPrevMenuData.onoff+17],'F' .on .skipswitch cmp byte[GUIcrowpos],12