From 8223043f2c122a9a6967798e91f3d393310980d0 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sat, 18 Feb 2006 08:28:09 +0000 Subject: [PATCH] FF3 cursor bug fixes, sprite rendering fixes to support RTO properly, FF3 mode 7 DMA timing fixings --- zsnes/src/vcache.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zsnes/src/vcache.asm b/zsnes/src/vcache.asm index f5b6aedd..1fd016d1 100644 --- a/zsnes/src/vcache.asm +++ b/zsnes/src/vcache.asm @@ -1157,7 +1157,7 @@ SECTION .text cmp bx,[curypos] jb .overflow mov al,[sprlefttot+ebx] - cmp al,37 + cmp al,45 ja near .overflow inc byte[sprlefttot+ebx] add ebx,[addr2add] @@ -1198,7 +1198,7 @@ SECTION .text cmp bx,[curypos] jb .overflow2 mov al,[sprlefttot+ebx] - cmp al,37 + cmp al,45 ja near .overflow2 inc byte[sprlefttot+ebx] add ebx,[addr2add] @@ -1823,7 +1823,7 @@ SECTION .text cmp bx,[curypos] jb .overflow mov al,[sprlefttot+ebx] - cmp al,37 + cmp al,45 ja near .overflow inc byte[sprlefttot+ebx] mov edi,[.cpri] @@ -1865,7 +1865,7 @@ SECTION .text cmp bx,[curypos] jb .overflow mov al,[sprlefttot+ebx] - cmp al,37 + cmp al,45 ja near .overflow2 inc byte[sprlefttot+ebx] mov edi,[.cpri]