From 9af5a3cddbad19bf568b90cdb3ab74435be7c062 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Wed, 8 Dec 2004 18:11:07 +0000 Subject: [PATCH] Hopefully this should fix netplay with SFX+Batt games. --- zsnes/src/gui/guinetpl.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsnes/src/gui/guinetpl.inc b/zsnes/src/gui/guinetpl.inc index 2123a5bc..11fe81ab 100644 --- a/zsnes/src/gui/guinetpl.inc +++ b/zsnes/src/gui/guinetpl.inc @@ -1462,6 +1462,10 @@ transfersram: ; send sram mov ecx,[ramsize] + cmp byte[SFXEnable],1 + jne .notsfx + mov ecx,65536 +.notsfx mov ebx,[sram] xor esi,esi .loop