Rando cleanup (#3157)
* Remove 3drando setting descriptions * Remove 3drando cosmetics * Remove part of 3drando's menu * Remove 3drando's music & sfx randomizers * Remove 3drando's patch system * Remove 3drando's citra logging * Remove some of 3drando's custom messages Some can't be removed (like the ganon la hint) as they are used * Remove useless params in item_location.cpp These types of SpoilerCollectionCheck just checked the rand inf corresponding to check and ignored the scene & flags params. * Remove 3drando's unused check categories * Remove some of 3drando's menu system * Remove 3drando's preset system * Remove some unused settings code * Remove some unused settings * Remove some unused ItemLocation params * Remove SpoilerCollectionCheck::Fishing param
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
#include "settings.hpp"
|
||||
#include "dungeon.hpp"
|
||||
#include "setting_descriptions.hpp"
|
||||
|
||||
using namespace Settings;
|
||||
|
||||
@@ -462,11 +461,6 @@ namespace Logic {
|
||||
}
|
||||
|
||||
uint8_t GetDifficultyValueFromString(Option& glitchOption) {
|
||||
for (size_t i = 0; i < GlitchDifficulties.size(); i++) {
|
||||
if (glitchOption.GetSelectedOptionText() == GlitchDifficulties[i]) {
|
||||
return i + 1;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user