diff --git a/soh/soh/Enhancements/presets.h b/soh/soh/Enhancements/presets.h index 94b32656f35..8c6a3cab6e1 100644 --- a/soh/soh/Enhancements/presets.h +++ b/soh/soh/Enhancements/presets.h @@ -350,7 +350,7 @@ const std::vector enhancedPresetEntries = { // Text Speed (1 to 5) PRESET_ENTRY_S32("gTextSpeed", 5), // King Zora Speed (1 to 5) - PRESET_ENTRY_S32("gMweepSpeed", 2), + PRESET_ENTRY_S32("gMweepSpeed", 5), // Faster Block Push (+0 to +5) PRESET_ENTRY_S32("gFasterBlockPush", 5), // Better Owl @@ -394,8 +394,6 @@ const std::vector enhancedPresetEntries = { PRESET_ENTRY_S32("gBombchusOOB", 1), // Skip save confirmation PRESET_ENTRY_S32("gSkipSaveConfirmation", 1), - // King Zora Speed (1 to 5) - PRESET_ENTRY_S32("gMweepSpeed", 5), // Biggoron Forge Time (0 to 3) PRESET_ENTRY_S32("gForgeTime", 0), // Vine/Ladder Climb speed (+0 to +12) @@ -467,7 +465,7 @@ const std::vector randomizerPresetEntries = { // Text Speed (1 to 5) PRESET_ENTRY_S32("gTextSpeed", 5), // King Zora Speed (1 to 5) - PRESET_ENTRY_S32("gMweepSpeed", 2), + PRESET_ENTRY_S32("gMweepSpeed", 5), // Faster Block Push (+0 to +5) PRESET_ENTRY_S32("gFasterBlockPush", 5), // Better Owl @@ -480,9 +478,6 @@ const std::vector randomizerPresetEntries = { // Inject Item Counts in messages PRESET_ENTRY_S32("gInjectItemCounts", 1), - // Pause link animation (0 to 16) - PRESET_ENTRY_S32("gPauseLiveLink", 1), - // Dynamic Wallet Icon PRESET_ENTRY_S32("gDynamicWalletIcon", 1), // Always show dungeon entrances @@ -511,8 +506,6 @@ const std::vector randomizerPresetEntries = { PRESET_ENTRY_S32("gBombchusOOB", 1), // Skip save confirmation PRESET_ENTRY_S32("gSkipSaveConfirmation", 1), - // King Zora Speed (1 to 5) - PRESET_ENTRY_S32("gMweepSpeed", 5), // Biggoron Forge Time (0 to 3) PRESET_ENTRY_S32("gForgeTime", 0), // Vine/Ladder Climb speed (+0 to +12)