Update pokemon.h

Added "doesntAffectDynamax" flag to MoveInfo
This commit is contained in:
WillKolada 2024-05-07 17:10:42 -05:00 committed by GitHub
parent 08f3bca1f8
commit ed01b18d75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -499,6 +499,7 @@ struct MoveInfo
u32 ignoresSubstitute:1;
u32 forcePressure:1;
u32 cantUseTwice:1;
u32 doesntAffectDynamax:1,
// Ban flags
u32 gravityBanned:1;