Fix trainer match call flags
This commit is contained in:
@@ -3620,7 +3620,7 @@ bool32 IsTrainerRegistered(void)
|
||||
int index = GetRematchIdxByTrainerIdx(gSpecialVar_0x8004);
|
||||
if (index >= 0)
|
||||
{
|
||||
if (FlagGet(FLAG_MATCH_CALL_REGISTERED + index) == TRUE)
|
||||
if (FlagGet(TRAINER_REGISTERED_FLAGS_START + index) == TRUE)
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user