Mama Turtle Room: Reveal Item while Jumping

Room ID: 178

Wiki
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"
{
  "or": [
    "Wave",
    "Spazer",
    {
      "and": [
        "canTrickyJump",
        "canDodgeWhileShooting",
        {
          "ammo": {
            "type": "Missile",
            "count": 5
          }
        }
      ]
    },
    {
      "and": [
        "canTrickyJump",
        "canResetFallSpeed",
        "canDownBack"
      ]
    },
    "canInsaneJump"
  ]
}