setFadeColor fix, some d_msg_flow functions (#339)

This commit is contained in:
hatal175
2023-05-28 10:21:28 +03:00
committed by GitHub
parent 2baa07dbf6
commit fcb6ae541f
29 changed files with 166 additions and 686 deletions
+1 -1
View File
@@ -1883,7 +1883,7 @@ void dMenu_save_c::memCardMakeGameFileWait() {
errorTxtSet(0x3C6); // An error might have occurred when creating a save file.
mMenuProc = PROC_MEMCARD_COMMAND_END;
} else if (mCmdState == 1) {
dComIfGs_setNewFile(1);
dComIfGs_setNewFile(dComIfGs_getNewFile() | 1);
errorTxtSet(0x3C7); // A save file has been created.
mMenuProc = PROC_MEMCARD_COMMAND_END;
}