tewtal / alttp_sm_combo_randomizer

ALttP VT Randomizer and API - Super Metroid & ALTTP Combo Version (V10)
MIT License
43 stars 12 forks source link

Add requirements to speed booster for crocomire grapple beam missiles #66

Open ghost opened 6 years ago

ghost commented 6 years ago

Console or Emulator: Emulator

If emulator state which emulator and version. Retroarch 1.7.3

Original Filename: N/A

Seed: 140146885

Item, Entrance or Custom: Item

Mode: no glitches Logic: Open Goal: GG Difficulty: Hard Variation:

Description of problem:

As discussed in the discord, this requires an extremely tight stutter step currently and a short charge is not enough, ergo it should have some other requirement to make it reasonable (probably morph and power bombs)

Spoiler (if available):

CaptainDapper commented 6 years ago

Relevant current (6ed3be0, 7/23/2018) v10 Hard logic here:

Norfair/Crocomire
    Can Enter:
        (
            (
                (
                    (
                        Can Destroy Bomb Walls
                        | Has Speed Booster
                    )
                    & (
                        Has Super Missiles
                        & Has Morph Ball
                    )
                )
                | Can Access Norfair Portal
            )
            & Has Super Missions
            & (
                Has Energy/Reserves 2   // Small ambiguity here: How does PHP
                & Has Speed Booster //      resolve this: [A & B | C]
                | Can Hell Run      // [(A & B) | C] --or-- [A & (B | C)]
            )
            & (
                (
                    Can Fly SM
                    | Has High Jump Boots
                    | Can Spring Ball Jump
                    | (
                        Has Varia
                        & Has Ice Beam
                    )
                )
                | Has Speed Booster
            )
            & (
                Can Pass Bomb Passages
                | Has Speed Booster
                | (
                    Heat Proof
                    & Has Morph
                )
            )
        )
        | (
            Can Access Lower Norfair Portal
            & Has Screw Attack
            & Has Space Jump
            & Has Varia
            & Has Super Missiles
            & Has Energy/Reserves 2
        )
    Missile (Grapple Beam) [AKA 'Indiana Jones']:
        Has Speed Booster
        | (
            Morph Ball
            & (
                Can Fly SM
                | Has Grapple
            )
        )

EDIT: You can actually get this with a 3 tap through a door from the grapple beam chozo statue on the left of this room. You get the charge at the very tip of the platform, drop down, and diagonal charge up-right just between the first and second dirt platforms. Crude graphics attached!

This is actually trickier for me personally than the stutter tap, but it could be an alternative for non-stutter strats, possibly... Especially since you can retry the stutter so easily but this might mean climbing up and around over and over and over.

Crude Graphics