Skip Kakariko and Hyrule Castle gate cutscenes#5314
Merged
Malkierian merged 8 commits intoHarbourMasters:develop-blairfrom May 7, 2025
Merged
Skip Kakariko and Hyrule Castle gate cutscenes#5314Malkierian merged 8 commits intoHarbourMasters:develop-blairfrom
Malkierian merged 8 commits intoHarbourMasters:develop-blairfrom
Conversation
88536a4 to
83a569b
Compare
Contributor
|
Trying to skip the cutscene at kak is crashing the game due to an illegal operand: here's the call stack. |
Pepper0ni
reviewed
Apr 27, 2025
Co-authored-by: Pepper0ni <93387759+Pepper0ni@users.noreply.github.com>
Contributor
Author
|
Wow. Thanks for the info on this. I'd never have understood. |
Pepper0ni
approved these changes
Apr 28, 2025
Malkierian
approved these changes
May 2, 2025
Contributor
Malkierian
left a comment
There was a problem hiding this comment.
Wait, the guard closes the gate again if you don't sell him the mask? That's hilarious.
ReddestDream
pushed a commit
to ReddestDream/Shipwright
that referenced
this pull request
May 8, 2025
* Skip Kakariko gate cutscenes * Simplify a bit * Revert "Simplify a bit" This reverts commit ffa68c1. * Add Hyrule Castle gate skip * Add missing backtick * Redo simplifications * Run clang-format * Proper casting of clearCamera argument Co-authored-by: Pepper0ni <93387759+Pepper0ni@users.noreply.github.com> --------- Co-authored-by: Pepper0ni <93387759+Pepper0ni@users.noreply.github.com>
krazyjakee
pushed a commit
to krazyjakee/OOT
that referenced
this pull request
Sep 6, 2025
* Skip Kakariko gate cutscenes * Simplify a bit * Revert "Simplify a bit" This reverts commit ffa68c1. * Add Hyrule Castle gate skip * Add missing backtick * Redo simplifications * Run clang-format * Proper casting of clearCamera argument Co-authored-by: Pepper0ni <93387759+Pepper0ni@users.noreply.github.com> --------- Co-authored-by: Pepper0ni <93387759+Pepper0ni@users.noreply.github.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.
Fixes #5264
There are three cutscenes to skip. First, if you show the guard Zelda's Letter, he'll open the gate:
skip-kak-gate-cs.mp4
Second, if you refuse to sell him Keaton's Mask, he'll close it:
skip-kak-gate-cs-2.mp4
Third, if you then do sell it to him, he'll open it again:
skip-kak-gate-cs-3.mp4
As an extra, I'm also adding a skip to the Hyrule Castle gate, which can be opened by paying the guard 10 Rupees:
skip-castle-gate-cs.mp4
Build Artifacts