randovania / open-samus-returns-rando

Randomizer patcher for Metroid: Samus Returns
GNU General Public License v3.0
5 stars 1 forks source link

Energy Limitations on In Game UI #127

Open dyceron opened 12 months ago

dyceron commented 12 months ago

Having etanks give non-multiples of 100 energy does not show the etank bars on the UI when collected. Likewise, starting with over 99 energy causes the 100s digit to not appear. Figuring this out would allow for customization of starting energy/etanks.

ThanatosGit commented 11 months ago

Forgot to add: Starting with more energy is not a problem. It's about not ending the energy with x99. Having 299 energy will show two energy bars, having 298 will only show 1 energy bar, which makes 100-198 indistinguishable from 200-298. Basically, the game does max. health minus 99 and takes the "hundred digit" for how many bars it will show.