Red Brinstar Fireflea Room: Tricky Springball Jump

Room ID: 67

Wiki
From: 2
Right Door
To: 3
Safe Block in the Middle of the Room

Crouch jump and Spring Balll near the peak of the jump to hit the side of the spikes and boost up onto them. This is also possible with a springwall, or from standing on the spikes to avoid the crouch jump.

Requires:

{
  "or": [
    "h_trickySpringwall",
    {
      "and": [
        "h_maxHeightSpringBallJump",
        "canNeutralDamageBoost"
      ]
    },
    {
      "and": [
        {
          "spikeHits": 1
        },
        "canTrickySpringBallJump",
        "canTrickyJump",
        "canNeutralDamageBoost"
      ]
    }
  ]
}
{
  "spikeHits": 1
}