summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.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/battle_script_commands.c
parent784e29352d0278a43a199722d205be5060f402a0 (diff)
parenta495379ff06f8976cc51b2d6f31a3b4277469537 (diff)
Merge pull request #1000 from GriffinRichards/doc-dex
Document pokedex.c
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index cafb67688..729cce0c9 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -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]++;