Closed jhelwig closed 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.
This is already being done.
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:
We should figure out the memory address for tracking this, and add it to the automatic tracking.