-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: main
Are you sure you want to change the base?
Conversation
…ious-Area-scan
for more information, see https://pre-commit.ci
…ious-Area-scan
…ools into Previous-Area-scan
@@ -157,6 +151,7 @@ class Choice(IntEnum): | |||
|
|||
|
|||
def highjack_transition_rando(): | |||
return None |
There was a problem hiding this comment.
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
return None |
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 ! |
Idea for a potential hacky workaround to make "previous area id" a lot more stable across death and save loads. First tests are promising.