A simple block that when you pass through it, makes the camera follow you until you land. Useful when you have something that you land on that's off-screen but you don't want to use the free vertical camera for one part
It uses the same address as when you use a purple triangle
Screenshots:
The block works fine, and I can see it being a nice alternative to the flag-controlled free scroll patch to force the screen to scroll in certain situations. However, it should be optimized, as right now you have the same block of code repeated 3 times for the 3 different labels it runs in, which is unnecessary since you can avoid that just by having the 3 labels right before the code. Optimize it and it can be accepted.
Follow Us On