Technosorcery / sd2snes-lttp-rando-tracker

Legend of Zelda: A Link to the Past randomizer tracker that works via SD2SNES serial connection
MIT License
11 stars 4 forks source link

Map location availability based on item tracking #4

Closed jhelwig closed 2 years ago

jhelwig commented 6 years ago

Similar to how https://lttp-tracker.firebaseapp.com/ colorizes locations based on what items the player has marked themselves as having, it would be nice if the location map updated the ability to check a location based on the detected game state.

Because we also have access to things like the number of rupees the player has, we can also mark locations like the bottle vendor, King Zora, and the dark world prize chests depending on whether the player has enough rupees for that location.

jhelwig commented 6 years ago

script/chests.js appears to have the location logic in the pickfifteen/lttp-tracker, but it would be nice to figure out a way to encode all of this as pure data.

jhelwig commented 2 years ago

This was done in #422