SetMonIconTransparency
This commit is contained in:
committed by
huderlem
parent
1159180a25
commit
fdf1faa563
@@ -2227,7 +2227,7 @@ static void sub_80C7F1C(void)
|
|||||||
gUnknown_02039D0E = 0;
|
gUnknown_02039D0E = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void sub_80C7F4C(void)
|
static void SetMonIconTransparency(void)
|
||||||
{
|
{
|
||||||
if (sPSSData->boxOption == BOX_OPTION_MOVE_ITEMS)
|
if (sPSSData->boxOption == BOX_OPTION_MOVE_ITEMS)
|
||||||
{
|
{
|
||||||
@@ -2333,7 +2333,7 @@ static void Cb_InitPSS(u8 taskId)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 10:
|
case 10:
|
||||||
sub_80C7F4C();
|
SetMonIconTransparency();
|
||||||
if (!sPSSData->isReshowingPSS)
|
if (!sPSSData->isReshowingPSS)
|
||||||
{
|
{
|
||||||
BlendPalettes(0xFFFFFFFF, 0x10, RGB_BLACK);
|
BlendPalettes(0xFFFFFFFF, 0x10, RGB_BLACK);
|
||||||
|
|||||||
Reference in New Issue
Block a user