diff --git a/include/pokemon.h b/include/pokemon.h index 584b5d2895..660348770e 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -499,7 +499,7 @@ struct MoveInfo u32 ignoresSubstitute:1; u32 forcePressure:1; u32 cantUseTwice:1; - u32 doesntAffectDynamax:1, + u32 doesntAffectDynamax:1; // Ban flags u32 gravityBanned:1;