Zannick / logic-graph

Tools for video game logic representation and analysis, particularly routing and beatability checks for speedruns and randomizers.
MIT License
3 stars 0 forks source link

Add side-effect (do) support for Warps #19

Closed Zannick closed 1 year ago

Zannick commented 1 year ago

This would be useful for saving the position warped from, in case there is a warp back.

And has the added benefit that warps are a lot cheaper to add performance-wise than global actions whose main effect is to change position.