From b6fff16a7deb9d457725437b6f08a9148d629bc0 Mon Sep 17 00:00:00 2001 From: SonikkuA-DatH <58025603+SonikkuA-DatH@users.noreply.github.com> Date: Fri, 3 Dec 2021 18:04:44 -0800 Subject: [PATCH] Update battle.h --- include/battle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/battle.h b/include/battle.h index 5658f603cf..6e04aa05d4 100644 --- a/include/battle.h +++ b/include/battle.h @@ -158,6 +158,7 @@ struct ProtectStruct u32 quickDraw:1; u32 physicalDmg; u32 specialDmg; + u8 quash : 1; u8 physicalBattlerId; u8 specialBattlerId; };