Green Hill Zone: G-Mode Morph Indirect Despawn Gate - Into the Pipe

Room ID: 54

Wiki
From: 3
Bottom Right Door
To: 4
Item (Through the Pipe)

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. IBJ, bomb boost spring ball jump, or HiJump Spring Fling up to the pipe.

Entrance condition:

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

Requires:

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

Dev note: This cannot be used to obtain the item remotely, as the item only spawns in direct G-mode.