summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgolem galvanize <golemgalvanize@github.com>2018-12-19 19:55:51 -0500
committergolem galvanize <golemgalvanize@github.com>2018-12-19 19:55:51 -0500
commit085e793460f39ced70416109dc5c0eb1668e17fd (patch)
treed876b7a5d9209507266f1b3003044a6d73a9b897 /src
parentfabbbdd02add1087f0243ffbeac2a79e0f82a98b (diff)
one line cleanup in summary_screen
Diffstat (limited to 'src')
-rw-r--r--src/pokemon_summary_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c
index 36cd3d249..fb2a43786 100644
--- a/src/pokemon_summary_screen.c
+++ b/src/pokemon_summary_screen.c
@@ -1500,7 +1500,7 @@ static void sub_81C0604(u8 taskId, s8 a)
}
r4_2 = sub_80D214C(pssData->monList.boxMons, pssData->curMonIndex, pssData->maxMonIndex, a);
}
- else if (IsMultiBattle() == 1)
+ else if (IsMultiBattle() == TRUE)
{
r4_2 = sub_81C09B4(a);
}