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; };