Big Pink: Return Through Broken Super Block

Room ID: 59

Wiki
From: 13
Central Junction
To: 7
Right Side - Bottom Middle Door (Behind the Super Block)

Requires:

{
  "or": [
    "canTrivialMidAirMorph",
    "h_canUseSpringBall",
    "canIBJ",
    {
      "and": [
        "Morph",
        "canCarefulJump"
      ]
    }
  ]
}
{
  "obstaclesCleared": [
    "F"
  ]
}

Dev note: This base strat represents only backtracking after entering from 7. It is possible to avoid a mid-air morph by rolling off the platform above With HiJump, a full jump won't work, so the midair morph may not be very trivial.