diff options
Diffstat (limited to 'Source/Randomizer.cpp')
-rw-r--r-- | Source/Randomizer.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index 406468c..c539bba 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp | |||
@@ -60,7 +60,12 @@ void Randomizer::Randomize() | |||
60 | } | 60 | } |
61 | 61 | ||
62 | void Randomizer::AdjustSpeed() { | 62 | void Randomizer::AdjustSpeed() { |
63 | 63 | // Desert Surface Final Control | |
64 | _core.WritePanelData<float>(0x09F95, OPEN_RATE, {0.04}); // 4x | ||
65 | // Swamp Sliding Bridge | ||
66 | _core.WritePanelData<float>(0x0061A, OPEN_RATE, {0.1}); // 4x | ||
67 | // Mountain 2 Elevator | ||
68 | _core.WritePanelData<float>(0x09EEC, OPEN_RATE, {0.1}); // 4x | ||
64 | } | 69 | } |
65 | 70 | ||
66 | void Randomizer::RandomizeTutorial() { | 71 | void Randomizer::RandomizeTutorial() { |