Skip to content

Commit

Permalink
Boathouse barrier speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma144 committed Sep 20, 2021
1 parent 5358169 commit 28bace3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Randomizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ void Randomizer::AdjustSpeed() {
_memory->WritePanelData<float>(0x005A2, OPEN_RATE, { 0.04f }); // Swamp Rotating Bridge, 4x
_memory->WritePanelData<float>(0x17C6A, OPEN_RATE, { 0.25f }); // Ramp Angle, 5x
_memory->WritePanelData<float>(0x17F02, OPEN_RATE, { 0.15f }); // Ramp Position, 4x
_memory->WritePanelData<float>(0x17C50, OPEN_RATE, { 0.3f }); //Boathouse Barrier, 2x
}

void Randomizer::RandomizeDesert() {
Expand Down

0 comments on commit 28bace3

Please sign in to comment.