mirror of
https://github.com/zeldaret/tp
synced 2026-05-29 08:43:05 -04:00
setFadeColor fix, some d_msg_flow functions (#339)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user