diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index 2616be4a..b5d8f17c 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp @@ -54,6 +54,7 @@ void Randomizer::AdjustSpeed() { _memory->WritePanelData(0x005A2, OPEN_RATE, { 0.04f }); // Swamp Rotating Bridge, 4x _memory->WritePanelData(0x17C6A, OPEN_RATE, { 0.25f }); // Ramp Angle, 5x _memory->WritePanelData(0x17F02, OPEN_RATE, { 0.15f }); // Ramp Position, 4x + _memory->WritePanelData(0x17C50, OPEN_RATE, { 0.3f }); //Boathouse Barrier, 2x } void Randomizer::RandomizeDesert() {