party_menu fourth quarter
This commit is contained in:
@@ -5831,7 +5831,7 @@ static void DrawLevelUpWindow1(void)
|
||||
{
|
||||
u16 currStats[NUM_STATS];
|
||||
|
||||
GetMonLevelUpWindowStats(&gPlayerParty[gBattleStruct->expGetterMonId], currStats);
|
||||
BufferMonStatsToTaskData(&gPlayerParty[gBattleStruct->expGetterMonId], currStats);
|
||||
DrawLevelUpWindowPg1(12, gBattleResources->beforeLvlUp->stats, currStats, 0xE, 0xD, 0xF);
|
||||
}
|
||||
|
||||
@@ -5839,7 +5839,7 @@ static void DrawLevelUpWindow2(void)
|
||||
{
|
||||
u16 currStats[NUM_STATS];
|
||||
|
||||
GetMonLevelUpWindowStats(&gPlayerParty[gBattleStruct->expGetterMonId], currStats);
|
||||
BufferMonStatsToTaskData(&gPlayerParty[gBattleStruct->expGetterMonId], currStats);
|
||||
DrawLevelUpWindowPg2(12, currStats, 0xE, 0xD, 0xF);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user