diff options
author | camthesaxman <cameronghall@cox.net> | 2019-07-28 18:28:15 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2019-07-28 18:28:15 -0500 |
commit | 92dd1f106bcf47fbcf310fdf0f246c8c22b97aed (patch) | |
tree | feb66e551126de38d39e268d6fb4bdb5cb0ef8be /src/pokemon_item_effect.c | |
parent | 5b12c6f1e7f1d02c4a47d0069c87b795bf5c2ccc (diff) |
match atk49_moveend
Diffstat (limited to 'src/pokemon_item_effect.c')
-rw-r--r-- | src/pokemon_item_effect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_item_effect.c b/src/pokemon_item_effect.c index 59b216af0..e16d08073 100644 --- a/src/pokemon_item_effect.c +++ b/src/pokemon_item_effect.c @@ -1,5 +1,5 @@ #include "global.h" -#include "constants/battle_constants.h" +#include "constants/battle.h" #include "constants/hold_effects.h" #include "constants/items.h" #include "constants/species.h" |