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

Improve handling of different game versions #192

Open
tech-ticks opened this issue Aug 20, 2022 · 0 comments
Open

Improve handling of different game versions #192

tech-ticks opened this issue Aug 20, 2022 · 0 comments

Comments

@tech-ticks
Copy link
Owner

DreamNexus currently determines whether the game version is 1.0.2 by checking if data for starter Pokémon is present in at a specific offset.

  • Use the module ID of the NSO instead. Known build IDs:

    • CA19D0695861144B8A0FD0C438264A76 = v0
    • 9DDA1EFEEF70DE46821AEA8429CA22CF = v1
    • 3AB632DEE82D59448599B2291F30994A = v2
  • Add support for version 1.0.1, which is currently treated like 1.0.2 (just show a warning when trying to load it for now)

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

No branches or pull requests

1 participant