From 704dc2f913a9d3f2cd6217795a10dd54ad6d2e2f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 21 Apr 2021 09:21:53 -0400 Subject: Document Pokedex Screen --- src/battle_script_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/battle_script_commands.c') diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 54452e3c1..f040d9419 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -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; -- cgit v1.2.3