diff options
-rw-r--r-- | include/battle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle.h b/include/battle.h index 536ac5995..afebbc781 100644 --- a/include/battle.h +++ b/include/battle.h @@ -130,8 +130,8 @@ struct ProtectStruct u32 free : 4; /*field3*/ u32 field3 : 8; - u32 physicalDmg; - u32 specialDmg; + s32 physicalDmg; + s32 specialDmg; u8 physicalBattlerId; u8 specialBattlerId; u16 fieldE; |