Add preset info modal to archi save creation

This commit is contained in:
aMannus
2025-10-30 12:51:50 +01:00
parent 841caab026
commit 22b7c342a8
2 changed files with 2 additions and 1 deletions

View File

@@ -1708,6 +1708,7 @@ void FileChoose_UpdateArchipelagoMenu(GameState* thisx) {
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
return;
}
SohFileSelect_ShowPresetModal();
Audio_PlaySoundGeneral(NA_SE_SY_FSEL_DECIDE_L, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
ParseArchipelago();