[Rando] Adds Logic Calculations to Check Tracker#157
Open
Caladius wants to merge 12 commits intoHarbourMasters:developfrom
Open
[Rando] Adds Logic Calculations to Check Tracker#157Caladius wants to merge 12 commits intoHarbourMasters:developfrom
Caladius wants to merge 12 commits intoHarbourMasters:developfrom
Conversation
Malkierian
reviewed
Feb 24, 2026
Malkierian
reviewed
Feb 24, 2026
| CHECK(RC_COTMC_RED_COIN_06, true), | ||
| CHECK(RC_COTMC_RED_COIN_07, CAN_USE(METAL)), | ||
| CHECK(RC_COTMC_RED_COIN_08, true), | ||
| CHECK(RC_COTMC_STAR_RED_COINS, CAN_USE(METAL)), |
Collaborator
There was a problem hiding this comment.
Something to keep in mind here, it's absolutely possible to get the coins and the star without metal. The star collection doesn't even need a trick, imo, but for the reds, you have to ground pound to get to them, so that might need to be a trick.
Malkierian
reviewed
Feb 24, 2026
Malkierian
reviewed
Feb 24, 2026
| CHECK(RC_HMC_BLUE_COIN_04, CAN_USE(METAL)), | ||
| CHECK(RC_HMC_BLUE_COIN_05, CAN_USE(METAL)), | ||
| CHECK(RC_HMC_BLUE_COIN_06, CAN_USE(METAL)), | ||
| CHECK(RC_HMC_BLUE_COIN_07, CAN_USE(METAL)), |
Collaborator
There was a problem hiding this comment.
I don't think these need metal. Even if you're not a speedrunner, the gas damage is so slow that a beginner could navigate, especially if there are any coins still there that restore the health.
Collaborator
There was a problem hiding this comment.
Same goes for star 4 below.
Malkierian
reviewed
Feb 24, 2026
Malkierian
reviewed
Feb 24, 2026
Malkierian
reviewed
Feb 24, 2026
Malkierian
reviewed
Feb 24, 2026
Malkierian
reviewed
Feb 24, 2026
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.
This adds Logic to the Check Tracker and individual Level checks needed for future implementations.
Consequentially (and reluctantly) this address some Save Editor and bug fixes along the way as they were hindering progress.