TestRunnerSRL / bizhawk-co-op

Syncs inventory, ammo, and more of multiple players for a coop experience
GNU Lesser General Public License v3.0
56 stars 41 forks source link

Compatibility with version 3 of the OoTR co-op context #61

Closed fenhl closed 2 years ago

fenhl commented 2 years ago

This changes the RAM controller for Ocarina of Time to accept version 3 of the co-op context, which is being added in TestRunnerSRL/OoT-Randomizer#1691. That version introduces a new field which may be set by a multiworld controller to change the behavior, but with that field left alone, all the existing fields are still at the same position and size with the same semantics, so only the version check had to be adjusted.

fenhl commented 2 years ago

This should probably be merged sooner rather than later now that TestRunnerSRL/OoT-Randomizer#1691 has been merged.