mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-20 10:24:21 +01:00
Update src/pokemon_summary_screen.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
parent
7ff8c1c9eb
commit
42ed047bc0
@ -1556,7 +1556,7 @@ static void Task_HandleInput(u8 taskId)
|
|||||||
PlaySE(SE_SELECT);
|
PlaySE(SE_SELECT);
|
||||||
BeginCloseSummaryScreen(taskId);
|
BeginCloseSummaryScreen(taskId);
|
||||||
}
|
}
|
||||||
#if P_ENABLE_DEBUG
|
#if P_ENABLE_DEBUG == TRUE
|
||||||
else if (JOY_NEW(SELECT_BUTTON))
|
else if (JOY_NEW(SELECT_BUTTON))
|
||||||
{
|
{
|
||||||
sMonSummaryScreen->callback = CB2_Debug_Pokemon;
|
sMonSummaryScreen->callback = CB2_Debug_Pokemon;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user