diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-29 20:59:40 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-29 20:59:40 -0700 |
commit | 74a1dc1ae47e54059de03cefb1b8cd192d7b9b6b (patch) | |
tree | 0df96ada879383e79c43671c979dc7f45b31f8d6 /Source/Randomizer.cpp | |
parent | 17351fda252ed62ec5ded998f2697985bcaa0431 (diff) | |
download | witness-tutorializer-74a1dc1ae47e54059de03cefb1b8cd192d7b9b6b.tar.gz witness-tutorializer-74a1dc1ae47e54059de03cefb1b8cd192d7b9b6b.tar.bz2 witness-tutorializer-74a1dc1ae47e54059de03cefb1b8cd192d7b9b6b.zip |
Doors + ideas for more buttons
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() { |