Document Pokedex Screen

This commit is contained in:
PikalaxALT
2021-04-21 09:21:53 -04:00
parent cf553c7006
commit 704dc2f913
95 changed files with 1521 additions and 1718 deletions
+1 -1
View File
@@ -9179,7 +9179,7 @@ static void atkF2_displaydexinfo(void)
if (!gPaletteFade.active)
{
FreeAllWindowBuffers();
gBattleCommunication[TASK_ID] = sub_8106B60(species);
gBattleCommunication[TASK_ID] = DexScreen_RegisterMonToPokedex(species);
++gBattleCommunication[0];
}
break;