Skip to content

Remove the extra save confirmation

Fyreire edited this page Feb 6, 2022 · 1 revision

This code was transferred from the Pokecommunity thread.

Open start_menu.c and look for the function SaveFileExistsCallback

else
    {
-       ShowSaveMessage(gText_AlreadySavedFile, SaveConfirmOverwriteCallback);
+       sSaveDialogCallback = SaveSavingMessageCallback;
    }

    return SAVE_IN_PROGRESS;
}
Clone this wiki locally