From 16e676d2d006f342293455222da395bdf1270a42 Mon Sep 17 00:00:00 2001 From: aMannus Date: Tue, 19 Jul 2022 16:57:54 +0200 Subject: [PATCH] Removed some spaces that were missed --- soh/soh/Enhancements/randomizer/randomizer.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index 53589e18c7..bdbe54b933 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -1388,21 +1388,21 @@ std::unordered_map SpoilerfileSettingNameToEn { "Open Settings:Zora's Fountain", RSK_ZORAS_FOUNTAIN }, { "Open Settings:Gerudo Fortress", RSK_GERUDO_FORTRESS }, { "Open Settings:Rainbow Bridge", RSK_RAINBOW_BRIDGE }, - { "Open Settings: Stone Count", RSK_RAINBOW_BRIDGE_STONE_COUNT }, - { "Open Settings: Medallion Count", RSK_RAINBOW_BRIDGE_MEDALLION_COUNT }, - { "Open Settings: Reward Count", RSK_RAINBOW_BRIDGE_REWARD_COUNT }, - { "Open Settings: Dungeon Count", RSK_RAINBOW_BRIDGE_DUNGEON_COUNT }, - { "Open Settings: Token Count", RSK_RAINBOW_BRIDGE_TOKEN_COUNT }, + { "Open Settings:Stone Count", RSK_RAINBOW_BRIDGE_STONE_COUNT }, + { "Open Settings:Medallion Count", RSK_RAINBOW_BRIDGE_MEDALLION_COUNT }, + { "Open Settings:Reward Count", RSK_RAINBOW_BRIDGE_REWARD_COUNT }, + { "Open Settings:Dungeon Count", RSK_RAINBOW_BRIDGE_DUNGEON_COUNT }, + { "Open Settings:Token Count", RSK_RAINBOW_BRIDGE_TOKEN_COUNT }, { "Open Settings:Random Ganon's Trials", RSK_RANDOM_TRIALS }, - { "Open Settings: Trial Count", RSK_TRIAL_COUNT }, + { "Open Settings:Trial Count", RSK_TRIAL_COUNT }, { "Start With Deku Shield", RSK_STARTING_DEKU_SHIELD }, { "Start With Kokiri Sword", RSK_STARTING_KOKIRI_SWORD }, { "Start With Ocarina", RSK_STARTING_OCARINA }, { "Shuffle Dungeon Items:Maps/Compasses", RSK_STARTING_MAPS_COMPASSES }, { "Shuffle Dungeon Items:Ganon's Boss Key", RSK_GANONS_BOSS_KEY }, { "Misc Settings:Gossip Stone Hints", RSK_GOSSIP_STONE_HINTS }, - { "Misc Settings: Hint Clarity", RSK_HINT_CLARITY}, - { "Misc Settings: Hint Distribution", RSK_HINT_DISTRIBUTION}, + { "Misc Settings:Hint Clarity", RSK_HINT_CLARITY}, + { "Misc Settings:Hint Distribution", RSK_HINT_DISTRIBUTION}, { "Skip Child Zelda", RSK_SKIP_CHILD_ZELDA }, { "Start with Consumables", RSK_STARTING_CONSUMABLES }, { "Start with Max Rupees", RSK_FULL_WALLETS },