Ice Beam Tutorial Room: Lateral Mid-Air Morph

Room ID: 110

Wiki
From: 1
Left Door
To: 2
Right Door

A well-executed lateral mid-air morph can get into the passage without taking a hit. Otherwise, the Boyon can be used to push Samus into the passage.

Requires:

"canLateralMidAirMorph"
{
  "or": [
    "canTrickyJump",
    {
      "and": [
        "canNeutralDamageBoost",
        {
          "enemyDamage": {
            "enemy": "Boyon",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    }
  ]
}
{
  "heatFrames": 350
}