Update pokemon.h

Replaced comma with semicolon (I'm using the online editor for this lol, sorry for all the commits)
This commit is contained in:
WillKolada 2024-05-07 17:15:00 -05:00 committed by GitHub
parent ed01b18d75
commit 7edde776f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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