Room ID: 61
From: 2
Right Door
To: 3
Top Junction
Enter with G-Mode and use X-Ray to get stuck 9 pixels inside the door. X-Ray climb to a relatively specific height: after just one pixel of Samus' feet are visible while crouching facing left, perform between 20 and 22 more X-Ray stand-ups (any of these work). Use X-ray to face left, then run and jump to barely make it onto the ledge. Entrance condition: { "comeInWithGMode": { "mode": "direct", "morphed": false } } Requires: "canComplexGMode" "canXRayClimb" "canOffScreenMovement" "canInsaneJump" Dev note: 9 pixels stuck in the door is X position $1E4. The correct Y positions for the jump are $C1, $BC, and $BB FIXME: Some of the X position to the left ($1E2, $1E3) could also work; maybe investigate which vertical positions work for them? |