From f4f3058266f3d51e1eaa43bd81692d0d98bcbbe0 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Tue, 21 Dec 2021 05:45:32 -0300 Subject: [PATCH] Update pokedex.c --- src/pokedex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))