forked from DizzyEggg/pokeemerald
-
Notifications
You must be signed in to change notification settings - Fork 3
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;
}