Update src/pokemon_summary_screen.c

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
TheXaman 2021-12-03 11:42:14 +01:00 committed by GitHub
parent 7ff8c1c9eb
commit 42ed047bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1556,7 +1556,7 @@ static void Task_HandleInput(u8 taskId)
PlaySE(SE_SELECT);
BeginCloseSummaryScreen(taskId);
}
#if P_ENABLE_DEBUG
#if P_ENABLE_DEBUG == TRUE
else if (JOY_NEW(SELECT_BUTTON))
{
sMonSummaryScreen->callback = CB2_Debug_Pokemon;