From 69b7123143dfdfc65421ba51c64f5d7da8a5e1c8 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Wed, 12 Jun 2002 16:00:20 +0000 Subject: [PATCH] Fix for Rendering Ranger --- zsnes/src/init.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 58d7c60e..8516e12c 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -1603,12 +1603,12 @@ NEWSYM headerhack je .marvelous cmp dword[esi],'REND' jne .notrend - mov byte[cycpb268],127 - mov byte[cycpb358],127 - mov byte[cycpbl2],127 - mov byte[cycpblt2],127 - mov byte[cycpbl],127 - mov byte[cycpblt],127 + mov byte[cycpb268],157 + mov byte[cycpb358],157 + mov byte[cycpbl2],157 + mov byte[cycpblt2],157 + mov byte[cycpbl],157 + mov byte[cycpblt],157 jmp .notrend .marvelous .notrend