summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPepe20129 <72659707+Pepe20129@users.noreply.github.com>2023-11-06 23:48:20 +0100
committerGitHub <noreply@github.com>2023-11-06 16:48:20 -0600
commit1d3e7d4be93ebf5fc5664b7085f5f7ffd4eb6330 (patch)
tree446fe6b5fadea5fba72e9ee37274fa207f288b3a
parent959b307b9e53d6eddd3466f5bced4dd3440d92f6 (diff)
Add MS shuffle to the hell mode preset (#3360)
-rw-r--r--soh/soh/Enhancements/presets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/soh/Enhancements/presets.h b/soh/soh/Enhancements/presets.h
index ed639bc1f..f0f586e00 100644
--- a/soh/soh/Enhancements/presets.h
+++ b/soh/soh/Enhancements/presets.h
@@ -1023,6 +1023,7 @@ const std::vector<PresetEntry> hellModePresetEntries = {
PRESET_ENTRY_S32("gRandomizeShuffleGerudoToken", 1),
PRESET_ENTRY_S32("gRandomizeShuffleKeyRings", RO_KEYRINGS_RANDOM),
PRESET_ENTRY_S32("gRandomizeShuffleKokiriSword", 1),
+ PRESET_ENTRY_S32("gRandomizeShuffleMasterSword", 1),
PRESET_ENTRY_S32("gRandomizeShuffleOcarinas", 1),
PRESET_ENTRY_S32("gRandomizeShuffleScrubs", RO_SCRUBS_RANDOM),
PRESET_ENTRY_S32("gRandomizeShuffleSongs", RO_SONG_SHUFFLE_ANYWHERE),