pret / pokeemerald

Decompilation of Pokémon Emerald
2.2k stars 2.36k forks source link

Fix trainer match call flags #2022

Closed GriffinRichards closed 1 month ago

GriffinRichards commented 1 month ago

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.