Skip to content

Commit

Permalink
debug code change
Browse files Browse the repository at this point in the history
  • Loading branch information
ElwinBran committed Jun 11, 2024
1 parent 94961e5 commit fef701b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/roamer.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ void InitRoamer(void)
{
if (ROAMER->active)
return;
if(FlagGet(FLAG_CAUGHT_RAIKOU) && FlagGet(FLAG_CAUGHT_ENTEI) && FlagGet(FLAG_CAUGHT_SUICUNE))
return;
//if(FlagGet(FLAG_CAUGHT_RAIKOU) && FlagGet(FLAG_CAUGHT_ENTEI) && FlagGet(FLAG_CAUGHT_SUICUNE))
// return;
ClearRoamerData();
CreateInitialRoamerMon();
}
Expand Down

0 comments on commit fef701b

Please sign in to comment.