diff options
author | Meowsy <Meowsy@users.noreply.github.com> | 2018-12-15 15:26:07 -0500 |
---|---|---|
committer | Meowsy <Meowsy@users.noreply.github.com> | 2018-12-15 15:26:07 -0500 |
commit | 83c3f136551bc79bfffb4630469cc79c9f06951c (patch) | |
tree | 7eaaabb2bc676243e06985a7b7317cb2070066fc | |
parent | 8f168add219e5bd86c6115c79c41e8ac973c61ac (diff) |
Prettify line.
-rw-r--r-- | src/tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |