Pseudo Plasma Spark Room: Cross Room Jump - Low Wall Jump Turnaround

Room ID: 179

Wiki
From: 2
Bottom Door
To: 4
Water Level Junction

Do a low spin jump and press against the right side of the door frame. Wall jump as low as possible, jumping as soon as possible after moving away from the wall. Immediately turn back to the right and try to press against the door frame again before the transition, while maintaining spin. After the transition, typically a momentum-conserving turnaround is needed to avoid bonking.

Entrance condition:

{
  "comeInWithWallJumpBelow": {
    "minHeight": 2
  },
  "comesThroughToilet": "no"
}

Requires:

"canCrossRoomJumpIntoWater"
{
  "or": [
    "canInsaneWalljump",
    {
      "and": [
        "canPreciseWalljump",
        "canMomentumConservingTurnaround"
      ]
    }
  ]
}