From 83c3f136551bc79bfffb4630469cc79c9f06951c Mon Sep 17 00:00:00 2001 From: Meowsy Date: Sat, 15 Dec 2018 15:26:07 -0500 Subject: [PATCH] Prettify line. --- src/tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tv.c b/src/tv.c index 1072ba049..0d6e12279 100644 --- a/src/tv.c +++ b/src/tv.c @@ -4376,7 +4376,7 @@ void SetTvShowInactive(u8 showIdx) static void sub_80F0B24(u16 species, u8 showIdx) { - if (GetSetPokedexFlag(SpeciesToNationalPokedexNum(species), FLAG_GET_SEEN) == FALSE) + if (!GetSetPokedexFlag(SpeciesToNationalPokedexNum(species), FLAG_GET_SEEN)) { gSaveBlock1Ptr->tvShows[showIdx].common.active = FALSE; }