From 85357cd84fee42064d318a4320fddbdf69b6444f Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 2 Oct 2001 05:47:12 +0000 Subject: [PATCH] Front Mission fix --- zsnes/src/init.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 3b9552df..1b9ec2b7 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -1848,8 +1848,8 @@ NEWSYM headerhack jne .noromheadfm2 mov byte[opexec268],226 mov byte[opexec358],226 - mov byte[opexec268cph],44 - mov byte[opexec358cph],44 + mov byte[opexec268cph],80 + mov byte[opexec358cph],80 .noromheadfm2 ; Clayfighter 2 - -p 120 @@ -1884,8 +1884,8 @@ NEWSYM headerhack jne .noromheadfm mov byte[opexec268],226 mov byte[opexec358],226 - mov byte[opexec268cph],44 - mov byte[opexec358cph],44 + mov byte[opexec268cph],80 + mov byte[opexec358cph],80 .noromheadfm ret