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 trainer match call flags #2022

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

GriffinRichards
Copy link
Member

Closes #1960
Most of these flags are used implicitly, so this wouldn't be a problem until someone wanted to explicitly reference one of them. The flags that were referenced were ok because one prior flag was erroneously excluded. Also renamed the flags from REMATCH to REGISTERED to better indicate they don't control whether a rematch is available, just whether they appear in the pokénav.
Also fixed maps.s and map_events.s not using the new enum support.

@SBird1337 SBird1337 merged commit 3f49c5c into pret:master Aug 15, 2024
1 check passed
@GriffinRichards GriffinRichards deleted the fix-rematch-flags branch August 22, 2024 17:23
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.

Incorrect FLAG_REMATCH_* constants
2 participants