Fixed rebattling BDSP trainers (#3481)

This commit is contained in:
hp3721 2022-04-14 20:36:01 -05:00 committed by GitHub
parent 841fcde2b2
commit f740e1dd72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ public void RebattleAll()
{
for (int i = 0; i < COUNT_TRAINER; i++)
{
SetIsWin(i, true);
SetIsWin(i, false);
SetIsBattleSearcher(i, true);
}
}