To overload the PLMs, place a PB precisely to the right of the bottom of the second overhang above the door to the Moat. This is at the max jump height without HiJump. Placing the PB higher or lower will not overload the PLMs without many PBs.
From: 17
G-Mode Morph Junction Direct (By Left Door)
To: 10
Left Morph Maze Item
To overload the PLMs, place a PB precisely to the right of the bottom of the second overhang above the door to the Moat. This is at the max jump height without HiJump. Placing the PB higher or lower will not overload the PLMs without many PBs. Requires: { "notable": "G-mode Overload PLMs by PBing Missile Item" } "canEnterGMode" { "itemNotCollectedAtNode": 10 } "h_canUsePowerBombs" { "or": [ "SpaceJump", "canLongIBJ", { "and": [ "canTrickyDashJump", "canTrickySpringBallJump", "HiJump" ] } ] } Clears obstacles: B Dev note: This link is used to get the item and return, so there is no canRiskPermanentLossOfAccess. |
From: 17
G-Mode Morph Junction Direct (By Left Door)
To: 16
G-Mode Morph Overloaded PLMs Junction (By Left Door)
To overload the PLMs, place a PB precisely to the right of the bottom of the second overhang above the door to the Moat. This is at the max jump height without HiJump. Placing the PB higher or lower will not overload the PLMs without many PBs. Requires: { "notable": "G-mode Overload PLMs by PBing Missile Item" } "canEnterGMode" { "itemNotCollectedAtNode": 10 } "canRiskPermanentLossOfAccess" { "or": [ "h_canArtificialMorphLongIBJ", "Morph", { "and": [ "h_canArtificialMorphSpringBall", { "or": [ "HiJump", "h_canArtificialMorphBombThings" ] } ] } ] } "h_canArtificialMorphPowerBomb" |