Add modal to teach player about presets

This commit is contained in:
aMannus
2025-10-30 12:29:31 +01:00
parent a03ba65465
commit 841caab026
15 changed files with 55 additions and 12 deletions
@@ -1455,6 +1455,7 @@ void FileChoose_UpdateRandomizerMenu(GameState* thisx) {
if (CHECK_BTN_ALL(input->press.button, BTN_A)) {
if (this->randomizerIndex == RSM_START_RANDOMIZER) {
if (Randomizer_IsSeedGenerated() || Randomizer_IsSpoilerLoaded()) {
SohFileSelect_ShowPresetModal();
Audio_PlaySoundGeneral(NA_SE_SY_FSEL_DECIDE_L, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
static u8 emptyName[] = { 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E, 0x3E };