mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 23:23:43 +01:00
Merge pull request #1666 from Sneed69/summary_enum
Minor summary screen clarification
This commit is contained in:
commit
12a0920c3b
@ -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…
x
Reference in New Issue
Block a user