diff options
Diffstat (limited to 'src/intro.c')
-rw-r--r-- | src/intro.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |