From 7edde776f8fcb5aee81cd76279ceaf29b55337ff Mon Sep 17 00:00:00 2001 From: WillKolada <57021938+WillKolada@users.noreply.github.com> Date: Tue, 7 May 2024 17:15:00 -0500 Subject: [PATCH] Update pokemon.h Replaced comma with semicolon (I'm using the online editor for this lol, sorry for all the commits) --- include/pokemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;