mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-28 04:34:28 +01:00
SetMonIconTransparency
This commit is contained in:
parent
1159180a25
commit
fdf1faa563
@ -2227,7 +2227,7 @@ static void sub_80C7F1C(void)
|
||||
gUnknown_02039D0E = 0;
|
||||
}
|
||||
|
||||
static void sub_80C7F4C(void)
|
||||
static void SetMonIconTransparency(void)
|
||||
{
|
||||
if (sPSSData->boxOption == BOX_OPTION_MOVE_ITEMS)
|
||||
{
|
||||
@ -2333,7 +2333,7 @@ static void Cb_InitPSS(u8 taskId)
|
||||
}
|
||||
break;
|
||||
case 10:
|
||||
sub_80C7F4C();
|
||||
SetMonIconTransparency();
|
||||
if (!sPSSData->isReshowingPSS)
|
||||
{
|
||||
BlendPalettes(0xFFFFFFFF, 0x10, RGB_BLACK);
|
||||
|
Loading…
Reference in New Issue
Block a user