From 5a67f4d561746fa00b3092ae04ae7384e90055e2 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Wed, 26 Oct 2005 22:35:35 +0000 Subject: [PATCH] Fixed bug in hires mode (for example Lufia 2 ending). [MaxSt] --- zsnes/src/video/hq4x16.asm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsnes/src/video/hq4x16.asm b/zsnes/src/video/hq4x16.asm index b33ad94c..03d21928 100644 --- a/zsnes/src/video/hq4x16.asm +++ b/zsnes/src/video/hq4x16.asm @@ -4182,6 +4182,9 @@ HighResProc: ret .m56 mov ebx,[NumBytesPerLine] + mov eax,edi + add eax,ebx + add eax,ebx test byte[cfield],1 jnz .cfield1hr .cfield0hr