From 9893bf8ef2105aad3da835ede1cd4e0860a2f0c7 Mon Sep 17 00:00:00 2001 From: cawtds <38510667+cawtds@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:53:51 +0200 Subject: [PATCH] remove unused field --- include/battle.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/battle.h b/include/battle.h index 17af926c7..9a5c265ca 100644 --- a/include/battle.h +++ b/include/battle.h @@ -628,7 +628,6 @@ struct BattleStruct u16 abilityPreventingSwitchout; u8 hpScale; u16 synchronizeMoveEffect; - bool8 anyMonHasTransformed; u8 multipleSwitchInBattlers:4; // One bit per battler u8 multipleSwitchInState:2; u8 multipleSwitchInCursor:3;