Update setZoneBox compatibility for release ver of Event_setZoneBox

This commit is contained in:
Redo
2025-07-19 02:10:55 -07:00
parent f88dbceb61
commit a5ce98b31d
3 changed files with 127 additions and 7 deletions

View File

@ -14,7 +14,7 @@ With limited mode off, all adjacent bricks will be selected regardless of color.
Supercut can be used on wire bricks.
`/FillBrick LogicWire` or `/fbw` can be used to fill with wire bricks.
Initial-multi-box-selecting a ROM sets the box to its data volume.
- Support for `Event_setZoneBox`
- Support for Event_setZoneBox
Initial multi-box-selecting a brick with a zone sets the box to its zone.
Hitting plant with this box updates the first Event_SetZoneBox event if present.
@ -22,7 +22,6 @@ Hitting plant with this box updates the first Event_SetZoneBox event if present.
- Made the "Create Sym Table on Start" pref default to true.
- Changed a lot of chat messages to be center-prints instead.
- Multi-selecting in box mode now only selects a single stud if ctrl was/is held for the first selection, otherwise it selects the entire brick.
- Removed paste - not sure why it even existed, it was the same as planting.
## Fixes
- Fixed "Nonexistent undo state" message when undoing a plant that has been supercut.