vg-json-data / sm-json-data

JSON representations of Super Metroid Game Data
Other
26 stars 12 forks source link

Make widescale use of `canJumpIntoIBJ` #460

Closed fdtaillefer closed 1 year ago

fdtaillefer commented 1 year ago

Since https://github.com/miketrethewey/sm-json-data/pull/454 added canJumpIntoIBJ tech, there are a few places where it should be used instead of canIBJ. Go through the model to find and replace those.

It should be done at least:

kjbranch commented 1 year ago

This is now used in these two locations as well as:

It still needs to be added in hot rooms.

miketrethewey commented 1 year ago

Do you have a list of any specific locations available? Task lists are sexy.

kjbranch commented 1 year ago

An enumerated list would be long, but it is all heated rooms that have a wall jump in them that can be replaced with an IBJ, or any room that has an IBJ in general that isn't too long to require heat proof.

kjbranch commented 1 year ago

The remaining tasks from this issue are in #540