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: "canXRayClimb" "canOffScreenMovement" "canInsaneJump" Dev note: 9 pixels stuck in the door is X position 484 (0x1E4). The correct Y positions for the jump are 193 (0xC1), 188 (0xBC), and 187 (0xBB) FIXME: Some of the X position to the left (482, 483) could also work; maybe investigate which vertical positions work for them? |