summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2016-11-10 09:55:16 -0600
committerYamaArashi <YamaArashi@users.noreply.github.com>2016-11-10 07:55:16 -0800
commitcea650e783f0f57d1946f217e7164d6ce0ac1ef6 (patch)
treef1865db290c26b8973d07e6e347b1e7f7b9de4cc /src/intro.c
parent926ecbe8226cb7dffdca2e91b0fe81de3ceafcd6 (diff)
decompile title_screen.c (#96)
* decompile title_screen.c * macros * cleanup * consistency
Diffstat (limited to 'src/intro.c')
-rw-r--r--src/intro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.c b/src/intro.c
index 0a91a4f93..e103109f9 100644
--- a/src/intro.c
+++ b/src/intro.c
@@ -141,7 +141,7 @@ void c2_copyright_1(void)
}
}
-void sub_813BA88(void)
+void CB2_InitCopyrightScreen(void)
{
SetUpCopyrightScreen();
}