diff options
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Panels.h | 11 |
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 | ||
| 593 | std::vector<int> desertPanels = { | 600 | std::vector<int> desertPanels = { |
