From 7696a78760016db2cd13a101cf5ca79576747583 Mon Sep 17 00:00:00 2001 From: TheXaman <48356183+TheXaman@users.noreply.github.com> Date: Mon, 5 Sep 2022 11:04:21 +0200 Subject: [PATCH] Update src/trainer_see.c Co-authored-by: Eduardo Quezada D'Ottone --- src/trainer_see.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/trainer_see.c b/src/trainer_see.c index b720a59d9..41534a55d 100644 --- a/src/trainer_see.c +++ b/src/trainer_see.c @@ -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;