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

Fix form change table pointer defines #3692

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

Bassoonian
Copy link
Collaborator

Replaces the generational defines in the form change table pointer defines with family-based defines. I don't think I currently have the ideal solution since this is all rather finicky, and we should probably include P_FUSION_FORMS in here too, but it quickly turns into a config fest. Thoughts are very welcome!

Issue(s) that this PR fixes

Fixed #3691

Discord contact info

bassoonian

Copy link
Collaborator

@mrgriffin mrgriffin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, this is an improvement, but the way these fusion tables work is very finicky when combined with the family configs.

@mrgriffin mrgriffin merged commit 0daf348 into rh-hideout:upcoming Dec 11, 2023
1 check passed
@Bassoonian Bassoonian deleted the fusiontablefamilies branch December 11, 2023 14:04
Comment on lines +19 to +20
#endif //P_FAMILY_SOLGALEO
#if P_FAMILY_LUNALA
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be P_FAMILY_COSMOG. As they are, they're disabled since there's no Solgaleo/Lunala toggles.

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.

3 participants