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

Scan for previous area value across a range of addresses #51

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

Avasam
Copy link
Owner

@Avasam Avasam commented Jun 13, 2024

Idea for a potential hacky workaround to make "previous area id" a lot more stable across death and save loads. First tests are promising.

@@ -157,6 +151,7 @@ class Choice(IntEnum):


def highjack_transition_rando():
return None
Copy link
Owner Author

Choose a reason for hiding this comment

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

Reminder to revert this line before merging

Suggested change
return None

@Avasam
Copy link
Owner Author

Avasam commented Jul 16, 2024

Newfound issue: since the correct ID can appear in multiple places, finding the first address is fine to read from, but is not necessarily the address to write to !
I could store a list of addresses instead of just a single one, dunno what it risks breaking, but 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant