Update pokemon.h
Added "doesntAffectDynamax" flag to MoveInfo
This commit is contained in:
parent
08f3bca1f8
commit
ed01b18d75
1 changed files with 1 additions and 0 deletions
|
@ -499,6 +499,7 @@ struct MoveInfo
|
|||
u32 ignoresSubstitute:1;
|
||||
u32 forcePressure:1;
|
||||
u32 cantUseTwice:1;
|
||||
u32 doesntAffectDynamax:1,
|
||||
|
||||
// Ban flags
|
||||
u32 gravityBanned:1;
|
||||
|
|
Loading…
Reference in a new issue