-
Notifications
You must be signed in to change notification settings - Fork 701
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
Pokemon Emerald: Add event ticket locations to client data store flags #3177
Pokemon Emerald: Add event ticket locations to client data store flags #3177
Conversation
Added an event flag for the |
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.
Merged into main, generated and connected.
I added |
Added a few more flags at the request of the tracker devs |
5b32c6e
to
d48ac26
Compare
Tracker dev here, I have verified that that these changes worked for autotracking the new events and key items |
ArchipelagoMW#3177) * Pokemon Emerald: Add event ticket locations to client data store flags * Pokemon Emerald: Add regi doors event flag * Pokemon Emerald: Add more tracker flags
ArchipelagoMW#3177) * Pokemon Emerald: Add event ticket locations to client data store flags * Pokemon Emerald: Add regi doors event flag * Pokemon Emerald: Add more tracker flags
What is this fixing or adding?
Adds the event ticket locations to the
pokemon_emerald_keys_
data storage key so that they can be autotracked even if they're not randomized.This pushes the key over 32 bits, but that's probably not an issue for anyone.
How was this tested?
It wasn't except to run the launcher, which should verify that these keys have location data. I'll hand this PR over to the tracker devs to verify.