diff options
Diffstat (limited to 'Source/Panels.h')
| -rw-r--r-- | Source/Panels.h | 29 |
1 files changed, 16 insertions, 13 deletions
| diff --git a/Source/Panels.h b/Source/Panels.h index 5b4e085..7959e21 100644 --- a/Source/Panels.h +++ b/Source/Panels.h | |||
| @@ -544,7 +544,6 @@ std::vector<int> junglePanels = { | |||
| 544 | 0x03616, // Jungle Laser | 544 | 0x03616, // Jungle Laser |
| 545 | }; | 545 | }; |
| 546 | 546 | ||
| 547 | |||
| 548 | std::vector<int> audiologs = { | 547 | std::vector<int> audiologs = { |
| 549 | 0x3C0F7, // Boat Treehouse Rock | 548 | 0x3C0F7, // Boat Treehouse Rock |
| 550 | 0x3C0FD, // Boat Broken Boat | 549 | 0x3C0FD, // Boat Broken Boat |
| @@ -610,6 +609,22 @@ std::vector<int> audiologs = { | |||
| 610 | // 0x338CA, // UTM Invisible Dots | 609 | // 0x338CA, // UTM Invisible Dots |
| 611 | }; | 610 | }; |
| 612 | 611 | ||
| 612 | std::vector<int> orchard { | ||
| 613 | 0x00143, // Orchard Apple Tree 1 | ||
| 614 | 0x0003B, // Orchard Apple Tree 2 | ||
| 615 | 0x00055, // Orchard Apple Tree 3 | ||
| 616 | 0x032F7, // Orchard Apple Tree 4 | ||
| 617 | 0x032FF, // Orchard Apple Tree 5 | ||
| 618 | }; | ||
| 619 | |||
| 620 | std::vector<int> transparent { | ||
| 621 | 0x009B8, // Symmetry Island Transparent 1 | ||
| 622 | 0x003E8, // Symmetry Island Transparent 2 | ||
| 623 | 0x00A15, // Symmetry Island Transparent 3 | ||
| 624 | 0x00B53, // Symmetry Island Transparent 4 | ||
| 625 | 0x00B8D, // Symmetry Island Transparent 5 | ||
| 626 | }; | ||
| 627 | |||
| 613 | // There might be something to do with these, I haven't decided yet. | 628 | // There might be something to do with these, I haven't decided yet. |
| 614 | std::vector<int> nothingPanels = { | 629 | std::vector<int> nothingPanels = { |
| 615 | // Doors & Shortcuts & Shortcut doors & Door controls | 630 | // Doors & Shortcuts & Shortcut doors & Door controls |
| @@ -671,18 +686,6 @@ std::vector<int> nothingPanels = { | |||
| 671 | 0x09DB8, // Swamp Summon Boat | 686 | 0x09DB8, // Swamp Summon Boat |
| 672 | 0x17CDF, // Jungle Summon Boat | 687 | 0x17CDF, // Jungle Summon Boat |
| 673 | 688 | ||
| 674 | // Identical sets | ||
| 675 | 0x00143, // Orchard Apple Tree 1 | ||
| 676 | 0x0003B, // Orchard Apple Tree 2 | ||
| 677 | 0x00055, // Orchard Apple Tree 3 | ||
| 678 | 0x032F7, // Orchard Apple Tree 4 | ||
| 679 | 0x032FF, // Orchard Apple Tree 5 | ||
| 680 | 0x009B8, // Symmetry Island Transparent 1 | ||
| 681 | 0x003E8, // Symmetry Island Transparent 2 | ||
| 682 | 0x00A15, // Symmetry Island Transparent 3 | ||
| 683 | 0x00B53, // Symmetry Island Transparent 4 | ||
| 684 | 0x00B8D, // Symmetry Island Transparent 5 | ||
| 685 | |||
| 686 | // Misc | 689 | // Misc |
| 687 | 0x03629, // Tutorial Gate Open | 690 | 0x03629, // Tutorial Gate Open |
| 688 | 0x09FAA, // Desert Lightswitch | 691 | 0x09FAA, // Desert Lightswitch |
