diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-18 12:17:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 12:17:38 -0700 |
commit | c1774eb429a99f0252fd449c174c963c036e4e03 (patch) | |
tree | 62d071743f4abea54cbd8edbca949d9f47954000 /src/scene/intro.c | |
parent | a335716a41ebed9b221a7569ab426a2efdd5d719 (diff) | |
parent | 17bb6dc21f3b5ab3cf1a694bb966928d1c24482f (diff) |
Merge pull request #448 from ProjectRevoTPP/clean_bike
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; |