summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-02-15 16:54:34 -0600
committerDiegoisawesome <diego@domoreaweso.me>2018-02-15 16:54:34 -0600
commit34716558b1f8bc4e9f07e90d3727ea44e74ddd9d (patch)
treec515cb97b1a5a29ef6ae55e6d2ae8bec0271c6f7 /src/main.c
parent398e775d906ff4f1e5aaad3d8a9eee530c7b122d (diff)
Almost finish decompiling intro
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3be6b91c7..f04f9b61b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -166,7 +166,7 @@ static void InitMainCallbacks(void)
gUnknown_0203CF5C = NULL;
gMain.vblankCounter2 = 0;
gMain.callback1 = NULL;
- SetMainCallback2(c2_copyright_1);
+ SetMainCallback2(CB2_InitCopyrightScreenAfterBootup);
gSaveBlock2Ptr = &gSaveblock2;
gPokemonStoragePtr = &gPokemonStorage;
}