From 9fa857d34cb0c05565b9dd7be6c0e480e16de6c2 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Wed, 29 Oct 2025 21:08:05 -0300 Subject: [PATCH] Removed redundant comment --- include/test/battle.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/test/battle.h b/include/test/battle.h index bf7d22788d..9cd1d23b1f 100644 --- a/include/test/battle.h +++ b/include/test/battle.h @@ -935,7 +935,6 @@ struct TestAIScoreStruct bool8 explicitTarget; }; -// Party data at the beginning of the test. Shouldn't be confused with the party data changed during the test. #define PLAYER_PARTY (gBattleTestRunnerState->data.recordedBattle.playerParty) #define OPPONENT_PARTY (gBattleTestRunnerState->data.recordedBattle.opponentParty)