mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 19:54:14 +01:00
Update src/trainer_see.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
This commit is contained in:
parent
57296dde71
commit
7696a78760
@ -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…
x
Reference in New Issue
Block a user