Botwoon Energy Tank Room: G-Mode

Room ID: 186

Wiki
From: 4
Right Door
To: 2
Left Sand Pit

Overload PLMs by touching the sand, then move through the speed blocks. Shoot the Puyo while crouching to increase accuracy. Avoiding the right pit is much easier without Gravity or HiJump. Standing on the edge and spin jumping to the left is much easier than a running jump. While on the left side of this platform, the Puyo to the left will start moving; carefully kill or dodge it.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": false
  }
}

Requires:

{
  "or": [
    "canTrickyJump",
    {
      "and": [
        "Gravity",
        "SpaceJump"
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithGMode": {
    "morphed": false
  }
}