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:
parent
ed01b18d75
commit
7edde776f8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue