Mama Turtle Room: Shoot Down and Grab Right Item (Hard)

Shooting downwards while falling against the right wall, or while on the top right ledge in order to reveal the right item and then grab it.

Difficulty filter

Strats ()

From: 4
On Mama Turtle
To: 3
Hidden Right Item

Reveal the item while jumping to the right wall and collect it as Samus falls past.

Requires:

"canDodgeWhileShooting"
"canCarefulJump"
{
  "notable": "Shoot Down and Grab Right Item"
}
{
  "or": [
    "Wave",
    "Spazer",
    "h_canUsePowerBombs",
    {
      "and": [
        "canTrickyJump",
        "canDodgeWhileShooting",
        {
          "ammo": {
            "type": "Missile",
            "count": 5
          }
        }
      ]
    },
    {
      "and": [
        "canTrickyJump",
        "canResetFallSpeed",
        "canDownBack"
      ]
    },
    "canInsaneJump"
  ]
}
From: 6
Top Right Junction
To: 3
Hidden Right Item

From the safe spot above the item, shoot down the wall to break the item block. After hearing it break, jump down and collect the item. Alternatively, a Power Bomb can be used while riding Mama Turtle or on the top right ledge.

Requires:

{
  "notable": "Shoot Down and Grab Right Item"
}
From: 6
Top Right Junction
To: 6
Top Right Junction

From the safe spot above the item, shoot down the wall to break the item block. After hearing it break, spin jump down and collect the item, then walljump back up; or carefully descend and grab it with SpaceJump.

Requires:

{
  "notable": "Shoot Down and Grab Right Item"
}
{
  "or": [
    "canPreciseWalljump",
    {
      "and": [
        "canTrickyJump",
        "SpaceJump"
      ]
    }
  ]
}