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

Keep warp/action destinations in the condenser, or evaluate native edges when at a spot with no condensed edges #115

Closed Zannick closed 8 months ago

Zannick commented 9 months ago

In case the position is set to a spot that was "removed" in condensing, we want a way to return to the condensed graph. Since we haven't technically removed those spots and edges, just make use of them.

Alternatively, automatically keep warp and action destinations... and destinations of cross-area exits, if we're not already keeping them.