Update src/trainer_see.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
This commit is contained in:
parent
57296dde71
commit
7696a78760
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue