diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-18 02:58:11 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-18 02:58:11 -0400 |
commit | fbbe7c5e4c42f6c4a25c40216e4eda1d1b1fb89e (patch) | |
tree | ba6d13ff82fca2dfb7798bc46bfe1bb4f63d26a2 /src/scene/intro.c | |
parent | 8d80e1c9465d67dc848969a1615560331f12bc7a (diff) |
document bike.c.
Diffstat (limited to 'src/scene/intro.c')
-rw-r--r-- | src/scene/intro.c | 4 |
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; |