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

Generate include/constants/wild_encounter.h automatically #2100

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

GriffinRichards
Copy link
Member

  • Write the generated wild encounter constants to their own header file, rather than in the wild encounter data file, so that they can be used elsewhere.
  • Automatically generate the constants for the total number of encounter slots, including missing group total constants.
  • Get rid of the redundant _mons suffix, so e.g.land_mons.mons becomes land.mons. Downstream users should do a quick find and replace in wild_encounters.json for "_mons" -> "".

Closes #1634

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

Successfully merging this pull request may close these issues.

Missing wild encounter constant usage in Match Call
1 participant