Merge pull request #1000 from GriffinRichards/doc-dex
Document pokedex.c
This commit is contained in:
@@ -10263,7 +10263,7 @@ static void Cmd_displaydexinfo(void)
|
||||
if (!gPaletteFade.active)
|
||||
{
|
||||
FreeAllWindowBuffers();
|
||||
gBattleCommunication[TASK_ID] = CreateDexDisplayMonDataTask(SpeciesToNationalPokedexNum(species),
|
||||
gBattleCommunication[TASK_ID] = DisplayCaughtMonDexPage(SpeciesToNationalPokedexNum(species),
|
||||
gBattleMons[gBattlerTarget].otId,
|
||||
gBattleMons[gBattlerTarget].personality);
|
||||
gBattleCommunication[0]++;
|
||||
|
||||
Reference in New Issue
Block a user