A couple suggestions for the editor:
I think it would be useful to have the whole camera system enabled as its own icon on the top toolbar. I get quite a few comments on my youtube clips about making the camera unsnap from the base, allowing the camera to freely follow mario around as he goes vertical. This could be a simple checkbox. Also, the same bit in the Hex determines how far from the base the camera will pan up before stopping, with a value of F0 telling it not to stop panning until it reaches the top of the view.
The Cameras (as you're aware) are set up with individual IDs, and the views have a section for which Camera ID to use. Being able to set up multiple cameras would make it easier to test a view by just switching which camera id to use.
Another suggestion has to do with the Paths. "Unknown 6" is the value used when the path is connected to a Connected Pipe ID. This value is set to 0, 1, 2, or 3, when it is one of the ends of the path for the connected pipe and determines which direction the pipe is facing for that node.
0 = Facing Down.
1 = Facing Right.
2 = Facing Up.
3 = Facing Left.
Instead of having a numerical input for this value, it would be nice to have a dropdown with the four directions.
____________________
|