Adult Crawlspaces Cheat#6623
Open
unreference wants to merge 4 commits into
Open
Conversation
Co-authored-by: Jordan Longstaff <JordanLongstaff@users.noreply.github.com>
JordanLongstaff
approved these changes
May 17, 2026
Contributor
|
LGTM 👍 |
serprex
approved these changes
May 25, 2026
serprex
reviewed
May 25, 2026
Comment on lines
+7640
to
7642
| if (GameInteractor_Should(VB_LINK_BE_ABLE_TO_ENTER_CRAWLSPACE, !LINK_IS_ADULT) && | ||
| !(this->stateFlags1 & PLAYER_STATE1_IN_WATER) && (interactWallFlags & 0x30)) { | ||
| if (!GameInteractor_Should(VB_CRAWL, true)) { |
Author
There was a problem hiding this comment.
I thought about that as well, but I decided to keep them separate because they handle different conditions. VB_CRAWL is the same pattern as VB_OPEN_CHEST -- it's the randomizer shuffle gate (RAND_INF_CAN_CRAWL). VB_LINK_BE_ABLE_TO_ENTER_CRAWLSPACE wraps the age check which crawlspaces have, but chests don't. Keeping them separate means that the cheat can let Adult Link through without bypassing a possible future shuffle restriction.
That said, I don't imagine that ever actually being a randomization option simply because there aren't a lot of crawlspaces to begin with, so I think either works.
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 closes #3816.
Fun idea that allows Adult Link to enter and use crawlspaces. The animation itself has minor clipping, but nothing that affects gameplay.
Build Artifacts