From d35231879bcea23e48f638df4bbcc9461f8829b9 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 17 Mar 2003 01:29:35 +0000 Subject: [PATCH] More updates --- zsnes/src/gui/guiload.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/gui/guiload.inc b/zsnes/src/gui/guiload.inc index a868afe6..dd6678dd 100644 --- a/zsnes/src/gui/guiload.inc +++ b/zsnes/src/gui/guiload.inc @@ -342,12 +342,12 @@ GUIloadfilename: mov al,2 .nopal2 mov byte[romispal],0 - mov word[totlines],263 + mov word[totlines],262 mov dword[MsgCount],120 cmp al,1 jbe .nopal mov byte[romispal],1 - mov word[totlines],313 + mov word[totlines],314 mov dword[MsgCount],100 .nopal call showinfogui