Skip to content

[Rando] Adds Logic Calculations to Check Tracker#157

Open
Caladius wants to merge 12 commits intoHarbourMasters:developfrom
Caladius:develop-logic
Open

[Rando] Adds Logic Calculations to Check Tracker#157
Caladius wants to merge 12 commits intoHarbourMasters:developfrom
Caladius:develop-logic

Conversation

@Caladius
Copy link
Collaborator

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.

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)),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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)),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same goes for star 4 below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants