From f6252f8f12ec966646a7e353d38399410cab015e Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 12 Apr 2005 23:53:05 +0000 Subject: [PATCH] Next time test before you put something in CVS, (slap self) --- zsnes/src/video/newgfx16.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/video/newgfx16.asm b/zsnes/src/video/newgfx16.asm index e938a640..b7123039 100644 --- a/zsnes/src/video/newgfx16.asm +++ b/zsnes/src/video/newgfx16.asm @@ -2575,8 +2575,8 @@ drawsprng16bt: xor eax,eax test byte[BGMS1+ebx*2+1],10h jnz near drawsprng16bmst - test byte[BGMS1+ebx*2+1],04h - jnz .main + test byte[BGMS1+ebx*2],04h + jz .main mov edi,[CMainWinScr] cmp byte[edi+ebx+4*256],0 jne near drawsprngw16bt