From 7c78053a8c021c1a2ce5cf417bc4658f9866c205 Mon Sep 17 00:00:00 2001 From: Alex <93446519+AlexOn1ine@users.noreply.github.com> Date: Sat, 22 Feb 2025 21:56:30 +0100 Subject: [PATCH] Clean up leftover from simu hp reduction development (#6323) --- include/battle.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/battle.h b/include/battle.h index 7c62e66db1..09dcc73693 100644 --- a/include/battle.h +++ b/include/battle.h @@ -820,8 +820,6 @@ struct BattleStruct u8 pursuitStoredSwitch; // Stored id for the Pursuit target's switch s32 battlerExpReward; u16 prevTurnSpecies[MAX_BATTLERS_COUNT]; // Stores species the AI has in play at start of turn - - // Simultaneous hp reduction for spread moves s32 moveDamage[MAX_BATTLERS_COUNT]; s32 critChance[MAX_BATTLERS_COUNT]; u16 moveResultFlags[MAX_BATTLERS_COUNT];