diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-18 19:21:34 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-18 19:21:34 -0400 |
commit | ee73040717ad1c1d8c61c4ffde9ab14ff3719772 (patch) | |
tree | 34bf2046e49a43abfebb7ee75ade45235042b225 /include/pokemon.h | |
parent | 25c7b4cd9243bb32e7d5ebd90d629acf91706133 (diff) | |
parent | e23fb64dad2f349184c8ec44e38f3c495f346785 (diff) |
Merge branch 'master' into field_map_obj
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index fefe2bd28..595ec38fd 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -439,6 +439,12 @@ struct BattleMove u8 flags; }; +#define FLAG_MAKES_CONTACT 0x1 +#define FLAG_PROTECT_AFFECTED 0x2 +#define FLAG_MAGICCOAT_AFFECTED 0x4 +#define FLAG_SNATCH_AFFECTED 0x8 +#define FLAG_KINGSROCK_AFFECTED 0x20 + struct SpindaSpot { u8 x, y; |