More leaveWithMockball (Maridia, Norfair, 3-room) - #2944
Merged
Conversation
osse101
reviewed
Aug 20, 2026
osse101
left a comment
Contributor
There was a problem hiding this comment.
Most of these have a movement tech but there are two things I was looking for:
- Jumping up to a landing runway isn't Hard friendly, where you would cut your jump to mockball quickly.
- landingRunway of just the doorframe means a mockball might fail to roll under the shutter fast enough. So you either want extra run speed or to morph higher in the air which isn't an obvious thing.
Then Jump-> shoot door -> mockball generally seems at least very hard too, but I think all of those had canPreciseSpacejump.
| "link": [2, 2], | ||
| "name": "Leave with Mockball", | ||
| "requires": [ | ||
| "h_heatedRemoteRunway", |
Contributor
There was a problem hiding this comment.
Suggested change
| "h_heatedRemoteRunway", | |
| "h_heatedRemoteRunway", | |
| "can3HighWallMidAirMorph", |
Contributor
Author
There was a problem hiding this comment.
"can3HighWallMidAirMorph": What is the wall jump for? Or was this supposed to be "can4HighMidAirMorph"?
Contributor
There was a problem hiding this comment.
I was reading over the Expert techs over and over until the walljump part went away on its own.
Co-authored-by: Michael McKenzie <mikemck101@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In addition to covering more leaveWithMockball strats in Maridia/Norfair, I also did a pass of 3-room strats where you enter a room (e.g. a two-door Save room) running/spinning and then leave mockballing through an opposite door. The schema doesn't allow us to propagate the entry speed into the exit speed, but for now we can specialize to the case needed for the Ice Beam Gate Room mockball, which I think is the most significant application.
Some of these strats are not possible to occur in Map Rando with Ice Beam Gate Room due to geometrically impossible room configurations, but I kept them anyway; some of them might have other applications, or if not, they probably will later when we extend them to general runway lengths.