tewtal / itemrandomizerweb

Super Metroid Item Randomizer
29 stars 11 forks source link

Casual Mode Gauntlet Entry #35

Open TacoSupreme opened 6 years ago

TacoSupreme commented 6 years ago

I have a seed that requires gauntlet entry in casual mode without bombs, space jump or speed available yet. After many tries at the wall jump I had to call it quits and I think this might be too difficult for the casual mode.

tewtal commented 6 years ago

Can you post the seed id for this seed. Casual logic should make sure you have one of those items for gauntlet so if you got forced to do that there's a problem in the logic.

Edit: Actually this might not be the case now that I think about it. You're right that it shouldn't be required though, I'll make sure to fix this for a future update.

TacoSupreme commented 6 years ago

I was running the crossover randomizer so I dont have a seed for just the item randomizer. The filename for it was: SMALttP - sm-casual_alttp-no-glitches-v9_normal-open_swords-randomized_morph-randomized_ganon_combo_302720667.

When playing I was looking in the code to see what items it expected me to be able to get and would check those locations. I checked every spot I could except gauntlet and was able to check the end of the gauntlet which had the item I needed to advance in alttp. I believe the logic assumed I could do the gauntlet with just power bombs and e-tanks, but maybe I read the code wrong or misunderstood something somewhere.