Read-Only Locks for Savestates and Custom Presets - #279
Merged
Conversation
InsaneFirebat
force-pushed
the
read-only-locks
branch
2 times, most recently
from
August 15, 2026 08:10
c31f738 to
b7a1b7d
Compare
Allow custom presets and savestates to be marked as read-only
Remove a few unnecessary instructions Use elseif with map/tiny state conditionals
Collaborator
|
Seems reasonable. I'm going to trust it works. |
Collaborator
Author
|
Yeah, this one is tested and ready to go |
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.
Custom Presets can now be locked by pressing Y in the manage custom preset slots menu. This prevents them from being saved over, or deleted from the same menu. The savestate can be locked from the savestates menu, and prevents it from being overwritten, but not deleted by the dev mode option.
6 bytes of SRAM were allocated. The first 5 are for custom preset slots, and are bitpacked. The last byte is for the savestate. A new lock tile was added to menu graphics.
Closes #208