diff options
author | yenatch <yenatch@gmail.com> | 2018-04-18 23:17:30 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-04-18 23:17:30 -0400 |
commit | 39710a12cbb854f2cc50ea2955c9f94b6b5e6024 (patch) | |
tree | b70298ac8785cbe3b5ec6a39da4453f20da34a69 /include | |
parent | 7596624c10b191e06794d530ee98ea39b568a5cf (diff) |
remove duplicate battlemove flag constants
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 82ec9d644..6bb44a227 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -441,12 +441,6 @@ 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 PokemonStorage { /*0x0000*/ u8 currentBox; |