From 74a1dc1ae47e54059de03cefb1b8cd192d7b9b6b Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 29 Oct 2018 20:59:40 -0700 Subject: Doors + ideas for more buttons --- Source/Randomizer.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Source/Randomizer.cpp') 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() } void Randomizer::AdjustSpeed() { - + // Desert Surface Final Control + _core.WritePanelData(0x09F95, OPEN_RATE, {0.04}); // 4x + // Swamp Sliding Bridge + _core.WritePanelData(0x0061A, OPEN_RATE, {0.1}); // 4x + // Mountain 2 Elevator + _core.WritePanelData(0x09EEC, OPEN_RATE, {0.1}); // 4x } void Randomizer::RandomizeTutorial() { -- cgit 1.4.1