From bce7355636977f43719aadfb38619ac350cfebd3 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 28 Jun 2021 13:23:20 -0400 Subject: Name funcs in credits.c; more ewram cleanup --- src/intro.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/intro.c') diff --git a/src/intro.c b/src/intro.c index 5b4dc87dd..2c8b45e18 100644 --- a/src/intro.c +++ b/src/intro.c @@ -1153,9 +1153,9 @@ static void Task_IntroHandleBikeAndEonMovement(u8 taskId) if (gTasks[taskId].data[3] < 512) gTasks[taskId].data[3]++; #ifdef SAPPHIRE - sub_8149020(0); + CycleSceneryPalette(0); #else - sub_8149020(1); + CycleSceneryPalette(1); #endif } -- cgit v1.2.3