Metroid Room 1: Walljump Bomb Boost

Room ID: 226

Wiki
From: 1
Left Door
To: 2
Right Door

Walljump into a midair Horizontal Bomb Jump from just above the acid to reach the first platform. HBJ from the ground to reach the second platform. Then simply jump to reach the far runway.

Requires:

"canInsaneWallJump"
"canWallJumpBombBoost"
"canHBJ"
{
  "or": [
    {
      "obstaclesCleared": [
        "B"
      ]
    },
    {
      "and": [
        "canBeLucky",
        "canCameraManip",
        "canMetroidAvoid"
      ]
    }
  ]
}