Update battle.h

This commit is contained in:
SonikkuA-DatH 2021-12-03 18:04:44 -08:00 committed by GitHub
parent ae1d124a0c
commit b6fff16a7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,6 +158,7 @@ struct ProtectStruct
u32 quickDraw:1;
u32 physicalDmg;
u32 specialDmg;
u8 quash : 1;
u8 physicalBattlerId;
u8 specialBattlerId;
};