Fixed keyboard shortcut for rominfo.txt opton

This commit is contained in:
ipher
2005-01-09 21:57:26 +00:00
parent d85fe1f401
commit 67cb76e689
2 changed files with 3 additions and 3 deletions

View File

@@ -916,7 +916,7 @@ GUIOptionKeys:
jne .noautopatch jne .noautopatch
xor byte[AutoPatch],1 xor byte[AutoPatch],1
.noautopatch .noautopatch
cmp dh,'.' cmp dh,'T'
jne .norominfo jne .norominfo
xor byte[RomInfo],1 xor byte[RomInfo],1
.norominfo .norominfo