mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-19 12:08:34 +01:00
Prettify line.
This commit is contained in:
parent
8f168add21
commit
83c3f13655
2
src/tv.c
2
src/tv.c
@ -4376,7 +4376,7 @@ void SetTvShowInactive(u8 showIdx)
|
|||||||
|
|
||||||
static void sub_80F0B24(u16 species, 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;
|
gSaveBlock1Ptr->tvShows[showIdx].common.active = FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user