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

Handle global load stuff in the game representation #181

Open Zannick opened 2 weeks ago

Zannick commented 2 weeks ago

There's already some notion of loading of context values, but we don't do anything for the global context values, only the local ones.

It may also be beneficial to have a global on_load rule, as opposed to a helper to stick in the after field of every warp that loads.