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

Gen3 support #55

Open
savaughn opened this issue Oct 22, 2023 · 1 comment
Open

Gen3 support #55

savaughn opened this issue Oct 22, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@savaughn
Copy link
Owner

savaughn commented Oct 22, 2023

technically possible with pksav

struct pksav_gba_save *gen3_save;
struct pksav_gba_pokemon_party *pkmn_party = &gen3_save->pokemon_storage.p_party;
struct pksav_gba_pokemon *pkmn_1 = &pkmn_party->party[0];
@savaughn savaughn added the enhancement New feature or request label Nov 8, 2023
@savaughn savaughn self-assigned this Feb 5, 2024
@savaughn
Copy link
Owner Author

savaughn commented Feb 5, 2024

TODO:

  • Test pokedex entries
  • limit trade to one-way (gen1/2 -> gen3)
    • trade to open slot/overwrite?
  • Evolutions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant