From 46522a3f6beb26d8663f2047009e049534271530 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Tue, 13 Jan 2004 13:12:50 +0000 Subject: [PATCH] Oops, couldn't save more than one SPC per game before, fixed. --- zsnes/src/gui/menu.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/gui/menu.asm b/zsnes/src/gui/menu.asm index 4d693e26..c4ad3898 100644 --- a/zsnes/src/gui/menu.asm +++ b/zsnes/src/gui/menu.asm @@ -857,6 +857,7 @@ NEWSYM savespcdata mov [ssdatst+43],al add dword[spcPCRam],spcRam .savestuff + ChangeDir SPCPath sub dword[spcPCRam],spcRam sub dword[spcRamDP],spcRam call PrepareSaveState @@ -988,7 +989,6 @@ NEWSYM savespcdata ; times 2 db 0 ; fade-out length in milliseconds ; db 0 ; default channel enables - ChangeDir SPCPath mov edx,.spcfname call Create_File mov bx,ax