mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-08 12:28:10 -05:00
Remove repeated preset entries (#2294)
This commit is contained in:
parent
1e258318a1
commit
5b2a50cac2
@ -350,7 +350,7 @@ const std::vector<PresetEntry> enhancedPresetEntries = {
|
|||||||
// Text Speed (1 to 5)
|
// Text Speed (1 to 5)
|
||||||
PRESET_ENTRY_S32("gTextSpeed", 5),
|
PRESET_ENTRY_S32("gTextSpeed", 5),
|
||||||
// King Zora Speed (1 to 5)
|
// King Zora Speed (1 to 5)
|
||||||
PRESET_ENTRY_S32("gMweepSpeed", 2),
|
PRESET_ENTRY_S32("gMweepSpeed", 5),
|
||||||
// Faster Block Push (+0 to +5)
|
// Faster Block Push (+0 to +5)
|
||||||
PRESET_ENTRY_S32("gFasterBlockPush", 5),
|
PRESET_ENTRY_S32("gFasterBlockPush", 5),
|
||||||
// Better Owl
|
// Better Owl
|
||||||
@ -394,8 +394,6 @@ const std::vector<PresetEntry> enhancedPresetEntries = {
|
|||||||
PRESET_ENTRY_S32("gBombchusOOB", 1),
|
PRESET_ENTRY_S32("gBombchusOOB", 1),
|
||||||
// Skip save confirmation
|
// Skip save confirmation
|
||||||
PRESET_ENTRY_S32("gSkipSaveConfirmation", 1),
|
PRESET_ENTRY_S32("gSkipSaveConfirmation", 1),
|
||||||
// King Zora Speed (1 to 5)
|
|
||||||
PRESET_ENTRY_S32("gMweepSpeed", 5),
|
|
||||||
// Biggoron Forge Time (0 to 3)
|
// Biggoron Forge Time (0 to 3)
|
||||||
PRESET_ENTRY_S32("gForgeTime", 0),
|
PRESET_ENTRY_S32("gForgeTime", 0),
|
||||||
// Vine/Ladder Climb speed (+0 to +12)
|
// Vine/Ladder Climb speed (+0 to +12)
|
||||||
@ -467,7 +465,7 @@ const std::vector<PresetEntry> randomizerPresetEntries = {
|
|||||||
// Text Speed (1 to 5)
|
// Text Speed (1 to 5)
|
||||||
PRESET_ENTRY_S32("gTextSpeed", 5),
|
PRESET_ENTRY_S32("gTextSpeed", 5),
|
||||||
// King Zora Speed (1 to 5)
|
// King Zora Speed (1 to 5)
|
||||||
PRESET_ENTRY_S32("gMweepSpeed", 2),
|
PRESET_ENTRY_S32("gMweepSpeed", 5),
|
||||||
// Faster Block Push (+0 to +5)
|
// Faster Block Push (+0 to +5)
|
||||||
PRESET_ENTRY_S32("gFasterBlockPush", 5),
|
PRESET_ENTRY_S32("gFasterBlockPush", 5),
|
||||||
// Better Owl
|
// Better Owl
|
||||||
@ -480,9 +478,6 @@ const std::vector<PresetEntry> randomizerPresetEntries = {
|
|||||||
// Inject Item Counts in messages
|
// Inject Item Counts in messages
|
||||||
PRESET_ENTRY_S32("gInjectItemCounts", 1),
|
PRESET_ENTRY_S32("gInjectItemCounts", 1),
|
||||||
|
|
||||||
// Pause link animation (0 to 16)
|
|
||||||
PRESET_ENTRY_S32("gPauseLiveLink", 1),
|
|
||||||
|
|
||||||
// Dynamic Wallet Icon
|
// Dynamic Wallet Icon
|
||||||
PRESET_ENTRY_S32("gDynamicWalletIcon", 1),
|
PRESET_ENTRY_S32("gDynamicWalletIcon", 1),
|
||||||
// Always show dungeon entrances
|
// Always show dungeon entrances
|
||||||
@ -511,8 +506,6 @@ const std::vector<PresetEntry> randomizerPresetEntries = {
|
|||||||
PRESET_ENTRY_S32("gBombchusOOB", 1),
|
PRESET_ENTRY_S32("gBombchusOOB", 1),
|
||||||
// Skip save confirmation
|
// Skip save confirmation
|
||||||
PRESET_ENTRY_S32("gSkipSaveConfirmation", 1),
|
PRESET_ENTRY_S32("gSkipSaveConfirmation", 1),
|
||||||
// King Zora Speed (1 to 5)
|
|
||||||
PRESET_ENTRY_S32("gMweepSpeed", 5),
|
|
||||||
// Biggoron Forge Time (0 to 3)
|
// Biggoron Forge Time (0 to 3)
|
||||||
PRESET_ENTRY_S32("gForgeTime", 0),
|
PRESET_ENTRY_S32("gForgeTime", 0),
|
||||||
// Vine/Ladder Climb speed (+0 to +12)
|
// Vine/Ladder Climb speed (+0 to +12)
|
||||||
|
Loading…
Reference in New Issue
Block a user