Applied review changes

This commit is contained in:
Eduardo Quezada
2024-12-27 12:40:25 -03:00
parent 29ef1cf9ad
commit 2a656ff1a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ static void Task_TryFieldPoisonWhiteOut(u8 taskId)
{
// Battle facilities have their own white out script to handle the challenge loss
#ifdef BUGFIX
if (CurrentBattlePyramidLocation() != PYRAMID_LOCATION_NONE || InBattlePike() || InTrainerHillChallenge())
if (CurrentBattlePyramidLocation() || InBattlePike() || InTrainerHillChallenge())
#else
if (CurrentBattlePyramidLocation() | InBattlePike() || InTrainerHillChallenge())
#endif