diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-07-28 18:02:08 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-07-28 18:02:08 +0200 |
commit | dddca2951a2619d98e5008473408a83d69d8c99e (patch) | |
tree | fb53a7989c77d1571bed3e2579bbe2cbc4d4a49d /include/pokemon.h | |
parent | 1416c0c79d9fd6903f1d13f2a7740df4bad100d3 (diff) |
IBE matches
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 242d62029..21173d503 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -412,6 +412,7 @@ struct BattleMove #define FLAG_PROTECT_AFFECTED 0x2 #define FLAG_MAGICCOAT_AFFECTED 0x4 #define FLAG_SNATCH_AFFECTED 0x8 +#define FLAG_KINGSROCK_AFFECTED 0x20 struct PokemonStorage { |