Room ID: 120
From: 8
G-Mode Morph Junction (Bottom Right, Started at Left)
To: 1
Top of the Shaft Left Door
The speed block platform above the bottom door will not be usable, so Samus must blindly wall jump up the first ledge or use some assist. There is some visibility on the left side of the screen, which is useful in determining which ledge she is on. The Cacatacs will not be able to damage Samus off screen. Requires: "canOffScreenMovement" { "or": [ "canWalljump", "HiJump", "canSpringBallJumpMidAir" ] } "h_HeatedGModeOffCameraDoor" Exit condition: { "leaveNormally": {} } Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":50}]} {"types":["super"],"requires":[]} {"types":["powerbomb"],"requires":[{"heatFrames":110}]} Dev note: Requires leaving the room, as Samus is off camera and shouldn't be expected to do more in-room. FIXME: It is possible to X-Ray climb from inside the speed blocks. Count shots to determine Samus' position. |