about summary refs log tree commit diff stats
path: root/Source
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-08-25 08:30:06 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2021-08-25 08:30:06 -0400
commite8543399a8d8c3b7b33da1b7b5493da22af21401 (patch)
treeb7a90d2b9dfe1298eecb0deba4170deb0cf2cfa0 /Source
parent4ac0c5388b199d0ebcec4cc7a838956ea6f4b080 (diff)
downloadwitness-tutorializer-e8543399a8d8c3b7b33da1b7b5493da22af21401.tar.gz
witness-tutorializer-e8543399a8d8c3b7b33da1b7b5493da22af21401.tar.bz2
witness-tutorializer-e8543399a8d8c3b7b33da1b7b5493da22af21401.zip
Added all Quarry controls
Tutorialising these panels prevents the mechanics attached to them from working. In effect, the mill lift and ramp cannot be raised, the quarry elevator cannot be lowered, the boathouse ramp can't be raised or moved, and the boathouse hook can't be moved. Despite this, all panels in both areas are still possible to solve using snipes. Five EP's are disabled, however.
Diffstat (limited to 'Source')
-rw-r--r--Source/Panels.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/Source/Panels.h b/Source/Panels.h index 98ce0dd..0d4a79c 100644 --- a/Source/Panels.h +++ b/Source/Panels.h
@@ -551,7 +551,6 @@ std::vector<int> squarePanels = {
551 0x28AE3, // Town Wire 551 0x28AE3, // Town Wire
552 552
553 553
554
555 0x0383D, // Mountain 3 Left Pillar 1 554 0x0383D, // Mountain 3 Left Pillar 1
556 0x0383F, // Mountain 3 Left Pillar 2 555 0x0383F, // Mountain 3 Left Pillar 2
557 0x03859, // Mountain 3 Left Pillar 3 556 0x03859, // Mountain 3 Left Pillar 3
@@ -582,12 +581,20 @@ std::vector<int> squarePanels = {
582 0x00B8D, // Symmetry Island Transparent 5 581 0x00B8D, // Symmetry Island Transparent 5
583 0x0C335, // Tutorial Pillar 582 0x0C335, // Tutorial Pillar
584 583
585
586 0x09F8E, //Bottom Right 584 0x09F8E, //Bottom Right
587 0x09FC1, //Bottom Left 585 0x09FC1, //Bottom Left
588 0x09F01, //Top Right 586 0x09F01, //Top Right
589 0x09EFF, //Top Left 587 0x09EFF, //Top Left
590 0x09FDA, // metapuzzle 588 0x09FDA, // metapuzzle
589
590 0x03678, // Mill Lower Ramp Contol
591 0x03679, // Mill Lower Lift Control
592 0x03675, // Mill Upper Lift Control
593 0x03676, // Mill Upper Ramp Control
594 0x03852, // Boathouse Ramp Angle Control
595 0x03858, // Boathouse Ramp Position Control
596 0x275FA, // Boathouse Hook Control
597 0x17CC4, // Railroad Elevator
591}; 598};
592 599
593std::vector<int> desertPanels = { 600std::vector<int> desertPanels = {