Repositioned code

This commit is contained in:
pagefault
2001-09-20 00:56:39 +00:00
parent 89a9784740
commit c6837f7925

View File

@@ -348,6 +348,7 @@ GUIloadfilename:
mov word[totlines],314 mov word[totlines],314
mov dword[MsgCount],100 mov dword[MsgCount],100
.nopal .nopal
call showinfogui
call initsnes call initsnes
mov byte[snesmouse],0 mov byte[snesmouse],0
mov byte[sramsavedis],0 mov byte[sramsavedis],0
@@ -390,7 +391,6 @@ GUIloadfilename:
mov dl,[LoadDrive] mov dl,[LoadDrive]
mov ebx,LoadDir mov ebx,LoadDir
call Change_Dir call Change_Dir
call showinfogui
ret ret
GUILoadData: GUILoadData: