summaryrefslogtreecommitdiff
path: root/src/start_menu.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-17 10:43:57 -0400
committerGitHub <noreply@github.com>2020-03-17 10:43:57 -0400
commit39da49495dcf429fa1927b110514c2f4bc577e47 (patch)
tree95fa9cbeeb2d3dcdde944d55e0b94da52de0fc62 /src/start_menu.c
parent784e29352d0278a43a199722d205be5060f402a0 (diff)
parenta495379ff06f8976cc51b2d6f31a3b4277469537 (diff)
Merge pull request #1000 from GriffinRichards/doc-dex
Document pokedex.c
Diffstat (limited to 'src/start_menu.c')
-rw-r--r--src/start_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start_menu.c b/src/start_menu.c
index a6e7ae5d8..4b6fce57b 100644
--- a/src/start_menu.c
+++ b/src/start_menu.c
@@ -603,7 +603,7 @@ static bool8 StartMenuPokedexCallback(void)
PlayRainStoppingSoundEffect();
RemoveExtraStartMenuWindows();
CleanupOverworldWindowsAndTilemaps();
- SetMainCallback2(CB2_Pokedex);
+ SetMainCallback2(CB2_OpenPokedex);
return TRUE;
}