Blue Brinstar Energy Tank Room: G-Mode Morph Bomb the Crumble Block

Room ID: 41

Wiki
From: 5
G-Mode Morph Junction (Bottom)
To: 2
Top Left Door

Overload PLMs by repeatidly bombing the Power Bomb blocks or the side of the crumble block, then enter through the crumble block. If Samus is then going to IBJ up the shaft, and she has Morph, it is worth exiting G-mode first to allow the camera to follow her.

Requires:

"canEnterGMode"
"h_artificialMorphIBJ"
{
  "or": [
    "canConsecutiveWalljump",
    "SpaceJump",
    {
      "and": [
        "h_artificialMorphLongIBJ",
        {
          "or": [
            "Morph",
            "canOffScreenMovement"
          ]
        }
      ]
    }
  ]
}

Dev note: The off screen movement is just during an artificial morphed IBJ - the IBJ is long and Samus is covered for most of it.