vg-json-data / sm-json-data

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

Fix PCJR logic #1514

Closed blkerby closed 3 months ago

blkerby commented 4 months ago

Post Crocomire Jump Room appears to currently have an issue where if you come in from the right, break the speed blocks, and then go up to the item, it won't remember that the speed blocks are broken so you won't logically be able to go back to the right without Morph or some other way of breaking them.

I think the logic in this room could be simplified by removing node 4. It seems to be obsolete since obstacle "B" was added.

kjbranch commented 3 months ago

Resolved in #1551