tewtal / itemrandomizerweb

Super Metroid Item Randomizer
30 stars 12 forks source link

Issue related to Super Missiles #66

Closed enderbrah12 closed 4 years ago

enderbrah12 commented 4 years ago

So...my tracker (based on your randomizer) has a limit of 100 Super Missiles. But...I managed to find more than even 100 in my run. This is the screen with me having 105. Is the tracker the one with the error? Or is it the randomizer itself?

image <-- What the tracker looks like. The green number means it's at it's max and can't go any higher. image <-- What the game looks like.

Thanks for the help in advance,

enderbrah12

P.S. The seed I'm using is CX8125325 on Casual Difficulty.

InsaneFirebat commented 4 years ago

The game can support up to around 32k of each ammo type, but the display in the HUD is only built to show 99 or less for Power Bombs and Super Missiles.. When it tries to bring the first digit over 9, it doesn't know what graphic to use and just picks the next bit of data in the list, which isn't a number at all.

I would guess that your tracker has that value erroneously capped at 100.

enderbrah12 commented 4 years ago

Thanks for this information! I wasn't aware of this. I'll be sure to keep it in mind in the future!