Update src/pokemon_summary_screen.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
parent
7ff8c1c9eb
commit
42ed047bc0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue