Metroid Room 1: Spring Ball Bounce (Left to Right)

Room ID: 226

Wiki
From: 1
Left Door
To: 2
Right Door

At max run speed without SpeedBooster, you can bounce on both platforms and avoid all acid. Jump from the center of the rightmost X in the background. Bounce again on the second platform to avoid any Metroid or Rinkas.

Requires:

"canSpringBallBounce"
"canCarefulJump"
{
  "or": [
    {
      "or": [
        "f_KilledMetroidRoom1",
        {
          "obstaclesCleared": [
            "f_KilledMetroidRoom1"
          ]
        }
      ]
    },
    "canMetroidAvoid",
    {
      "metroidFrames": 200
    }
  ]
}