Document pc.inc and prof_birch.inc

This commit is contained in:
GriffinR
2019-10-07 01:13:34 -04:00
parent c0b0602516
commit 81ee8f07ef
15 changed files with 83 additions and 89 deletions

View File

@@ -570,7 +570,7 @@ static bool8 HandleStartMenuInput(void)
PlaySE(SE_SELECT);
if (sStartMenuItems[sCurrentStartMenuActions[sStartMenuCursorPos]].func.u8_void == StartMenuPokedexCallback)
{
if (GetNationalPokedexCount(0) == 0)
if (GetNationalPokedexCount(FLAG_GET_SEEN) == 0)
return FALSE;
}