Crab Hole: Side Platform Cross Room Jump into Spring Ball Jump

Room ID: 201

Wiki
From: 3
Bottom Right Door
To: 4
Top Right Doorway

Entrance condition:

{
  "comeInWithSidePlatform": {
    "platforms": [
      {
        "minHeight": 1,
        "maxHeight": 1,
        "minTiles": 4,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "speedBooster": true,
        "requires": [
          "canMomentumConservingTurnaround"
        ],
        "note": [
          "This applies to Skree Boost Room."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 5.4375,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "speedBooster": "any",
        "requires": [
          "canMomentumConservingTurnaround"
        ],
        "note": [
          "This applies to Early Super Room."
        ],
        "detailNote": [
          "If Speed Booster is equipped, then a momentum-conserving morph should be used instead of a turnaround."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 14.4375,
        "obstructions": [
          [
            3,
            2
          ]
        ],
        "speedBooster": "any",
        "requires": [
          {
            "or": [
              "canMomentumConservingTurnaround",
              "canMomentumConservingMorph"
            ]
          }
        ],
        "note": [
          "This applies to Metal Pirates Room."
        ]
      }
    ]
  }
}

Requires:

"canCrossRoomJumpIntoWater"
"canTrickySpringBallJump"

Dev note: A spring ball bounce could be done here instead of a side platform jump, but this strat is still included in cases where it's a reasonable alternative.