Green Hill Zone: G-Mode Morph Indirect Despawn Gate - To the Top Right Door

Room ID: 54

Wiki
From: 3
Bottom Right Door
To: 2
Top Right Door

Use a Power Bombs to kill the first three hoppers, or carefully roll under the third one. The next hopper can be killed safely with many Bombs by staying on the top left of the raised ground; stay near the left edge of it without overhanging - otherwise it can hit Samus. Alternatively, lure and spring ball jump past it. Placing a Bomb next to a bug pipe can kill a bug inside of it. After killing a bug from a pipe, they will stop respawning there. The last hopper can be carefully killed with Bombs, killed with a Power Bomb, or dodged and lured off the edge. Getting past the last bug pipe can be the trickiest. This is easiest with an IBJ directly below the pipe until the bug spawns, then quickly boost horizontally and move to the left. Get as far right as possible without another bug spawning, IBJ then boost horizontally at the top.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "indirect",
    "morphed": true
  }
}

Requires:

{
  "or": [
    "canTrickyDodgeEnemies",
    {
      "ammo": {
        "type": "PowerBomb",
        "count": 2
      }
    }
  ]
}
{
  "or": [
    {
      "and": [
        "h_artificialMorphIBJ",
        {
          "or": [
            "canInsaneJump",
            {
              "ammo": {
                "type": "PowerBomb",
                "count": 2
              }
            }
          ]
        }
      ]
    },
    {
      "and": [
        "h_artificialMorphSpringBallBombJump",
        "h_additionalBomb"
      ]
    }
  ]
}