Update pokedex.c

This commit is contained in:
LOuroboros 2021-12-21 05:45:32 -03:00 committed by GitHub
parent 02ff9b4db1
commit f4f3058266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))