Skip to content

Adds option to add higher pitches to silver rupee jingle#2246

Merged
briaguya0 merged 5 commits intoHarbourMasters:developfrom
leggettc18:silver-rupee-jingle
Jan 19, 2023
Merged

Adds option to add higher pitches to silver rupee jingle#2246
briaguya0 merged 5 commits intoHarbourMasters:developfrom
leggettc18:silver-rupee-jingle

Conversation

@leggettc18
Copy link
Contributor

@leggettc18 leggettc18 commented Dec 23, 2022

Some rooms in Master Quest had 10 silver rupees, but the game was programmed to only play the jingle 5 times and then just went silent for the rest. This option adds 5 more transposition values to the array, and an option to play them (so that authentic behavior is preserved by default).

Build Artifacts

Some rooms in Master Quest had 10 silver rupees, but the game was programmed to only play the jingle 5 times and then just went silent for the rest. This option adds 5 more transposition values to the array, and an option to play them (so that authentic behavior is preserved by default).
Also adds it to the list to be reset back to 0 when applying the default preset.
Copy link
Contributor

@dcvz dcvz left a comment

Choose a reason for hiding this comment

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

Changes look good, just some small comments on the fix name!

UIWidgets::Tooltip("Fixes camera getting stuck on collision when standing still, also fixes slight shift back in camera when stop moving");
UIWidgets::PaddedEnhancementCheckbox("Fix Hanging Ledge Swing Rate", "gFixHangingLedgeSwingRate", true, false);
UIWidgets::Tooltip("Fixes camera swing rate when player falls of a ledge and camera swings around");
UIWidgets::PaddedEnhancementCheckbox("Extend Silver Rupee Jingle", "gSilverRupeeJingleExtend", true, false);
Copy link
Contributor

Choose a reason for hiding this comment

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

While extends silver rupee jingle is a good description of what you're doing, I think it's not necessarily descriptive of what the fix is.

How about "Fix jingle for extended silver rupee puzzles"? Or some variant of that?

Copy link
Contributor Author

@leggettc18 leggettc18 Dec 29, 2022

Choose a reason for hiding this comment

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

What about "Fix missing jingle after 5 Silver Rupees"?

Copy link
Contributor

Choose a reason for hiding this comment

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

That works!

@leggettc18
Copy link
Contributor Author

Merged in latest develop, no conflicts.

@briaguya0 briaguya0 merged commit 1273714 into HarbourMasters:develop Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants