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

Automate construction of pokemon-related arrays #146

Closed
bbepis opened this issue Feb 11, 2024 · 0 comments · Fixed by #191
Closed

Automate construction of pokemon-related arrays #146

bbepis opened this issue Feb 11, 2024 · 0 comments · Fixed by #191

Comments

@bbepis
Copy link
Contributor

bbepis commented Feb 11, 2024

There are two arrays in code that are currently tied to having a 1-1 relationship with individual pokemon, however are currently hardcoded in source:

  • sTeachableMoves, which dictates which moves can be taught to which pokemon from move tutors
  • Unk_ov113_02260D90, which is somewhat related to overworld footprint data (amity square?)

These ideally should be dynamically generated from data.json files for each species

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