Update src/trainer_see.c

Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
This commit is contained in:
TheXaman 2022-09-05 11:04:21 +02:00 committed by GitHub
parent 57296dde71
commit 7696a78760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,10 +192,8 @@ bool8 CheckForTrainersWantingBattle(void)
{
u8 i;
#if DEBUG_SYSTEM_ENABLE == TRUE
if (FlagGet(DEBUG_FLAG_NO_TRAINER_SEE))
if (FlagGet(OW_FLAG_NO_TRAINER_SEE))
return FALSE;
#endif
gNoOfApproachingTrainers = 0;
gApproachingTrainerId = 0;