summaryrefslogtreecommitdiff
path: root/src/help_system_812B1E0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help_system_812B1E0.c')
-rw-r--r--src/help_system_812B1E0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help_system_812B1E0.c b/src/help_system_812B1E0.c
index f3ec0ba85..d9ee16cfa 100644
--- a/src/help_system_812B1E0.c
+++ b/src/help_system_812B1E0.c
@@ -1880,7 +1880,7 @@ bool8 HelpSystem_UpdateHasntSeenIntro(void)
bool8 sub_812B45C(void)
{
- if (gReceivedRemoteLinkPlayers == 1)
+ if (gReceivedRemoteLinkPlayers == TRUE)
return FALSE;
return TRUE;
}