diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-08 13:24:22 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-09 16:24:01 -0400 |
commit | 31b0cbe9b40d84798e5f3ee2f77f3cdc3543c5c5 (patch) | |
tree | a690b0e4bcd7731386322752adb18f227b72a6d2 /src/battle_script_commands.c | |
parent | c805c4cc6ffa0c52d9fcba3241e0cf37ca005b01 (diff) |
Document pokedex.c
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 17f76f1a1..1a0ec1ceb 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]++; |