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

Track MP upgrade level #418

Closed jhelwig closed 4 years ago

jhelwig commented 4 years ago

Some of the randomizer logic (according to the firebase lttp-tracker code) uses whether you have one of the magic upgrades as part of the logic:

function canExtendMagic() {
    return trackerData.items.mpupgrade >= 1 || trackerData.items.bottle >= 1;
}

We should figure out the memory address for tracking this, and add it to the automatic tracking.

jhelwig commented 4 years ago

This is already being done.