diff --git a/src/pokedex.c b/src/pokedex.c index a31a79066f..d9979059ff 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -6603,7 +6603,7 @@ static void Task_HandleStatsScreenInput(u8 taskId) #ifdef POKEMON_EXPANSION FillWindowPixelBuffer(WIN_STATS_ABILITIES, PIXEL_FILL(0)); - PrintStatsScreen_Abilities(taskId) + PrintStatsScreen_Abilities(taskId); #endif } if (JOY_NEW(B_BUTTON))