Merge pull request #1666 from Sneed69/summary_enum
Minor summary screen clarification
This commit is contained in:
commit
12a0920c3b
1 changed files with 2 additions and 2 deletions
|
@ -2439,7 +2439,7 @@ static void Task_ShowPowerAccWindow(u8 taskId)
|
|||
{
|
||||
if (data[0] < 0)
|
||||
{
|
||||
if (sMonSummaryScreen->currPageIndex == 2)
|
||||
if (sMonSummaryScreen->currPageIndex == PSS_PAGE_BATTLE_MOVES)
|
||||
PutWindowTilemap(PSS_LABEL_WINDOW_MOVES_POWER_ACC);
|
||||
}
|
||||
else
|
||||
|
@ -2492,7 +2492,7 @@ static void Task_ShowAppealJamWindow(u8 taskId)
|
|||
{
|
||||
if (data[0] < 0)
|
||||
{
|
||||
if (sMonSummaryScreen->currPageIndex == 3 && FuncIsActiveTask(PssScrollRight) == 0)
|
||||
if (sMonSummaryScreen->currPageIndex == PSS_PAGE_CONTEST_MOVES && FuncIsActiveTask(PssScrollRight) == 0)
|
||||
PutWindowTilemap(PSS_LABEL_WINDOW_MOVES_APPEAL_JAM);
|
||||
DrawContestMoveHearts(data[2]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue