summaryrefslogtreecommitdiff
path: root/src/scene/intro.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-10-18 02:58:11 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-10-18 02:58:11 -0400
commitfbbe7c5e4c42f6c4a25c40216e4eda1d1b1fb89e (patch)
treeba6d13ff82fca2dfb7798bc46bfe1bb4f63d26a2 /src/scene/intro.c
parent8d80e1c9465d67dc848969a1615560331f12bc7a (diff)
document bike.c.
Diffstat (limited to 'src/scene/intro.c')
-rw-r--r--src/scene/intro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scene/intro.c b/src/scene/intro.c
index dd7cc858c..a6dd23c92 100644
--- a/src/scene/intro.c
+++ b/src/scene/intro.c
@@ -768,7 +768,7 @@ const struct SpritePalette gIntro3MiscPal_Table[] =
const u32 unusedData = 0x02000000;
static void MainCB2_EndIntro(void);
-static void Task_IntroLoadPart1Graphics(u8);
+void Task_IntroLoadPart1Graphics(u8);
static void Task_IntroFadeIn(u8);
static void Task_IntroWaterDrops(u8);
static void Task_IntroScrollDownAndShowEon(u8);
@@ -938,7 +938,7 @@ void CB2_InitCopyrightScreenAfterTitleScreen(void)
SetUpCopyrightScreen();
}
-static void Task_IntroLoadPart1Graphics(u8 taskId)
+void Task_IntroLoadPart1Graphics(u8 taskId)
{
SetVBlankCallback(NULL);
gUnknown_02039318 = Random() & 1;