vg-json-data / sm-json-data

JSON representations of Super Metroid Game Data
Other
23 stars 11 forks source link

Climb - Add logic for rising lava #1573

Closed kjbranch closed 3 days ago

kjbranch commented 5 days ago

There are some strats that arent perfect; they basically all deal with going to door 4 moderately slowly, or 4 is locked.

blkerby commented 5 days ago

The lava only rises when Zebes is awake. I guess the uses of h_RemoveClimbLava could be replaced with a new helper that has an "or" with Zebes asleep + canRiskPermanentLossOfAccess?