Wasteland: G-Mode, Collect the Item and Reset Camera in the Right Morph Tunnel

Room ID: 138

Wiki
From: 9
G-Mode Morph Junction Left of Morph Tunnel (Off-Camera)
To: 7
Junction Left of Morph Tunnel

Exit G-mode while on the item pedestal, while off-camera, then return to the right through the Dessgeegas that can't damage Samus off-screen. It is possible to use a Power Bomb and quickly exiting G-mode to have the bomb block broken on exit, but this will also partially break the Power Bomb blocks and could make exit traversal less straightforward.

Requires:

"h_heatedGMode"
"Morph"
{
  "or": [
    {
      "and": [
        "h_useMorphBombs",
        {
          "heatFrames": 800
        }
      ]
    },
    {
      "and": [
        {
          "heatFrames": 700
        },
        {
          "ammo": {
            "type": "PowerBomb",
            "count": 2
          }
        }
      ]
    }
  ]
}
{
  "or": [
    "canOffScreenMovement",
    {
      "heatFrames": 200
    }
  ]
}