summaryrefslogtreecommitdiff
path: root/src/berry_tag_screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/berry_tag_screen.c')
-rw-r--r--src/berry_tag_screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/berry_tag_screen.c b/src/berry_tag_screen.c
index 9fbfd0681..77f80d728 100644
--- a/src/berry_tag_screen.c
+++ b/src/berry_tag_screen.c
@@ -157,7 +157,7 @@ static bool8 sub_8146058(void)
gMain.state += 1;
break;
case 12:
- BeginNormalPaletteFade(-1, 0, 0x10, 0, 0);
+ BeginNormalPaletteFade(0xFFFFFFFF, 0, 16, 0, RGB(0, 0, 0));
gPaletteFade.bufferTransferDisabled = 0;
SetMainCallback2(sub_8146014);
return TRUE;
@@ -246,7 +246,7 @@ static void sub_814640C(u8 taskId)
static void sub_8146440(u8 taskId)
{
PlaySE(SE_SELECT);
- BeginNormalPaletteFade(-1, 0, 0, 0x10, 0);
+ BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, RGB(0, 0, 0));
gTasks[taskId].func = sub_814640C;
}