Golden Torizo's Room: G-Mode, Through the Crumble Blocks

Room ID: 150

Wiki
From: 7
G-Mode Junction (Bottom of Room)
To: 4
Hidden Right Item

Use the camera scroll blocks below the crumble blocks to overload PLMs to be able to go through the bomb blocks near the right item. Jumping through them a single time is enough to overload them. It is possible to do this while dodging GT. With a speedy jump, it is possible to overload PLMs with one jump, then wait for it to get close and run under it and jump to the top right. Note that when GT attacks, it will place stationary invisible projectiles, so it is much more difficult if not getting up quickly. Place a Power Bomb then quickly exit G-mode to quickly clear all of the bomb blocks, otherwise it is possible to get out with a few Bombs or Screw Attack.

Requires:

"h_heatedGMode"
{
  "or": [
    {
      "or": [
        "f_DefeatedGoldenTorizo",
        {
          "obstaclesCleared": [
            "f_DefeatedGoldenTorizo"
          ]
        }
      ]
    },
    "canTrickyDodgeEnemies"
  ]
}
{
  "or": [
    "SpaceJump",
    {
      "and": [
        "HiJump",
        {
          "or": [
            "canWalljump",
            "canSpringBallJumpMidAir",
            "SpeedBooster"
          ]
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        "SpeedBooster",
        {
          "or": [
            {
              "or": [
                "f_DefeatedGoldenTorizo",
                {
                  "obstaclesCleared": [
                    "f_DefeatedGoldenTorizo"
                  ]
                }
              ]
            },
            "canInsaneJump"
          ]
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        "h_canUsePowerBombs",
        {
          "heatFrames": 70
        }
      ]
    },
    {
      "and": [
        "h_canUseMorphBombs",
        {
          "heatFrames": 250
        }
      ]
    },
    {
      "and": [
        "ScrewAttack",
        {
          "heatFrames": 50
        }
      ]
    }
  ]
}