Golden Torizo's Room: Side Platform Cross Room Jump

Room ID: 150

Wiki
From: 2
Right Door
To: 4
Hidden Right Item

Perform a momentum conserving morph through the transition. After the transition, quickly unmorph and continue holding up to retain temporary blue and break the bomb blocks.

It may help (but is not required) to pause buffer the morph input.

Entrance condition:

{
  "comeInWithSidePlatform": {
    "platforms": [
      {
        "minHeight": 2,
        "maxHeight": 2,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "minTiles": 27.4375,
        "speedBooster": true,
        "note": [
          "This applies to Dust Torizo Room and Noob Bridge."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "minTiles": 28.2472,
        "speedBooster": true,
        "note": [
          "This applies to Double Chamber."
        ]
      },
      {
        "minHeight": 1,
        "maxHeight": 1,
        "obstructions": [
          [
            3,
            0
          ]
        ],
        "minTiles": 28.2472,
        "speedBooster": true,
        "environment": "water",
        "requires": [
          "canGravityJump"
        ],
        "note": [
          "This applies to Below Botwoon Energy Tank and Botwoon Energy Tank Room."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "obstructions": [
          [
            3,
            0
          ]
        ],
        "minTiles": 31,
        "speedBooster": true,
        "requires": [
          "canInsaneMidAirMorph"
        ],
        "note": [
          "This applies to Metroid Room 1, Statues Hallway, and Baby Kraid Room."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "obstructions": [
          [
            3,
            0
          ]
        ],
        "minTiles": 41.4375,
        "speedBooster": true,
        "requires": [
          "canInsaneMidAirMorph"
        ],
        "note": [
          "This applies to Blue Brinstar Energy Tank Room (Power Bomb blocks broken), Bowling Alley (middle, power off), and Basement (power on)."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "obstructions": [
          [
            3,
            2
          ]
        ],
        "minTiles": 39.4375,
        "speedBooster": true,
        "note": [
          "This applies to Metal Pirates Room."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "obstructions": [
          [
            5,
            2
          ]
        ],
        "minTiles": 37.4375,
        "speedBooster": true,
        "requires": [
          "canInsaneMidAirMorph"
        ],
        "note": [
          "This applies to Flyway."
        ]
      }
    ]
  }
}

Requires:

{
  "or": [
    "f_DefeatedGoldenTorizo",
    {
      "obstaclesCleared": [
        "f_DefeatedGoldenTorizo"
      ]
    }
  ]
}
"HiJump"
"canMomentumConservingMorph"
"canInsaneJump"
{
  "heatFrames": 120
}

Clears obstacles: door_2

Dev note: FIXME: This could maybe be possible without HiJump? If so, it would be significantly more difficult.