summaryrefslogtreecommitdiff
path: root/src/hof_pc.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-05-21 08:50:36 -0700
committerMarcus Huderle <huderlem@gmail.com>2018-05-21 09:02:30 -0700
commit4ee671c9bf6e4ba920f58cd8d4a6facc8bed431d (patch)
treec27468d8581731d2b035372fcc8a534f552549a0 /src/hof_pc.c
parentbfdd1d2cebd1d4f4469afce5b10b99090df17f45 (diff)
Standardize args to palette blend functions
Diffstat (limited to 'src/hof_pc.c')
-rw-r--r--src/hof_pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hof_pc.c b/src/hof_pc.c
index 267ed4274..3ff9eaaea 100644
--- a/src/hof_pc.c
+++ b/src/hof_pc.c
@@ -29,7 +29,7 @@ static void ReshowPCMenuAfterHallOfFamePC(void)
{
ScriptContext2_Enable();
Overworld_PlaySpecialMapMusic();
- BeginNormalPaletteFade(0xFFFFFFFF, 0, 0x10, 0, 0);
+ BeginNormalPaletteFade(0xFFFFFFFF, 0, 16, 0, RGB(0, 0, 0));
ScrSpecial_CreatePCMenu();
ScriptMenu_DisplayPCStartupPrompt();
CreateTask(Task_WaitForPaletteFade, 10);