Room ID: 41
From: 1
Bottom Left Door
To: 5
G-Mode Morph Junction (Bottom)
It is possible to roll off of the ledge and avoid the Geemers, but it is somewhat tight and the timing is likely earlier than expected. Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": true } } Requires: "h_ZebesIsAwake" { "or": [ "h_canArtificialMorphSpringBall", "h_canArtificialMorphBombThings", "canTrickyJump", { "enemyDamage": { "enemy": "Geemer (blue)", "type": "contact", "hits": 1 } } ] } Dev note: An immobile strat only takes one hit on entry, skipping the Geemer hit, which is modeled by going 1->6->5. It may often be possible to come in indirect and still have enough i-frames to get through the Geemers, but Samus may be coming from a doorless room like Crateria Tube. This is not easy to model and isn't worth doing, because the player will almost certainly have canTrickyJump enabled. |