Document misc strings and text colors
This commit is contained in:
@@ -6278,7 +6278,7 @@ static void DrawLevelUpWindow1(void)
|
||||
u16 currStats[NUM_STATS];
|
||||
|
||||
GetMonLevelUpWindowStats(&gPlayerParty[gBattleStruct->expGetterMonId], currStats);
|
||||
DrawLevelUpWindowPg1(0xD, gBattleResources->beforeLvlUp->stats, currStats, 0xE, 0xD, 0xF);
|
||||
DrawLevelUpWindowPg1(0xD, gBattleResources->beforeLvlUp->stats, currStats, TEXT_DYNAMIC_COLOR_5, TEXT_DYNAMIC_COLOR_4, TEXT_DYNAMIC_COLOR_6);
|
||||
}
|
||||
|
||||
static void DrawLevelUpWindow2(void)
|
||||
@@ -6286,7 +6286,7 @@ static void DrawLevelUpWindow2(void)
|
||||
u16 currStats[NUM_STATS];
|
||||
|
||||
GetMonLevelUpWindowStats(&gPlayerParty[gBattleStruct->expGetterMonId], currStats);
|
||||
DrawLevelUpWindowPg2(0xD, currStats, 0xE, 0xD, 0xF);
|
||||
DrawLevelUpWindowPg2(0xD, currStats, TEXT_DYNAMIC_COLOR_5, TEXT_DYNAMIC_COLOR_4, TEXT_DYNAMIC_COLOR_6);
|
||||
}
|
||||
|
||||
static void sub_804F17C(void)
|
||||
|
||||
Reference in New Issue
Block a user