From 075cd4e924b1cf9e2022ce8d14c50169a4ceccdd Mon Sep 17 00:00:00 2001 From: Alex <93446519+AlexOn1ine@users.noreply.github.com> Date: Wed, 12 Feb 2025 00:27:00 +0100 Subject: [PATCH] Revert unintentional change (#6239) --- src/battle_script_commands.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index a47146c6fe..74237ab3d1 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -16271,8 +16271,6 @@ static void Cmd_displaydexinfo(void) switch (gBattleCommunication[0]) { case 0: - FREE_AND_SET_NULL(gBattleResources->aiData); - BeginNormalPaletteFade(PALETTES_ALL, 0, 0, 16, RGB_BLACK); gBattleCommunication[0]++; break;