Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include key total in item get text box #1841

Merged

Conversation

fenhl
Copy link
Collaborator

@fenhl fenhl commented Jan 8, 2023

With #1563, the game started tracking the total number of small keys collected for a dungeon for display in the pause menu. Originally also planned as part of that PR was displaying this number in the get item text boxes for small keys. This was achieved by adding a different text box for each possible combination of count and dungeon. However, this ultimately turned out to be more text than could fit into the memory reserved for text — an issue that was tracked as #1572 — and the PR was merged without any changes to text boxes. Now that that issue has been fixed by #1837, this PR reintroduces the key count to the text boxes. This iteration has also been fixed to work with gold skulltula and collectible locations.

@Cuphat Cuphat added Component: ASM/C Changes some internals of the ASM/C libraries Component: Misc A catch-all label labels Jan 14, 2023
@cjohnson57
Copy link
Collaborator

This doesn't seem to be functioning currently, pictured is the 3rd fire temple small key picked up
image

@cjohnson57 cjohnson57 added the Status: Waiting for Author Changes or response requested label Jan 21, 2023
@fenhl
Copy link
Collaborator Author

fenhl commented Jan 30, 2023

Fixed.

image

@fenhl fenhl force-pushed the total-small-key-count-text-boxes branch from 81f179a to b004c11 Compare January 30, 2023 10:25
@cjohnson57 cjohnson57 removed the Status: Waiting for Author Changes or response requested label Feb 4, 2023
Copy link
Collaborator

@cjohnson57 cjohnson57 left a comment

Choose a reason for hiding this comment

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

Confirmed the fix

@cjohnson57 cjohnson57 merged commit 2d9a40b into OoTRandomizer:Dev Feb 4, 2023
@fenhl fenhl deleted the total-small-key-count-text-boxes branch February 5, 2023 07:20
@fenhl fenhl added this to the 8.0 milestone Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: ASM/C Changes some internals of the ASM/C libraries Component: Misc A catch-all label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants