Room ID: 174
From: 6
Left Morph Passage Doorway
To: 12
G-Mode Junction (In Morph Tunnel)
The tunnel does not need to be expanded for Samus to get into the morph tunnel without getting stuck, regardless of if she has Morph or is artificial morphing. Timing the artificial morph turnaround without being able to see Samus or the crab requires canOffScreenMovement. Entrance condition: {
"comeInWithGMode": {
"mode": "direct",
"morphed": true,
"mobility": "immobile"
}
}Requires: {
"or": [
"Morph",
"canOffScreenMovement"
]
}Dev note: Some of the mosaic tile themes Map Rando uses don't obstruct visibility. |