We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This code was transferred from the Pokecommunity thread.
Open start_menu.c and look for the function SaveFileExistsCallback
start_menu.c
SaveFileExistsCallback
else { - ShowSaveMessage(gText_AlreadySavedFile, SaveConfirmOverwriteCallback); + sSaveDialogCallback = SaveSavingMessageCallback; } return SAVE_IN_PROGRESS; }