diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-31 16:08:12 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2022-02-17 18:59:53 -0600 |
commit | 3de1f79307eda8de1232dfb612097cef261d0431 (patch) | |
tree | 5e8c400a54e6679564684c21eb7cd2eda50aad9a /src/moves_1.c | |
parent | ef97af7d030583c60a5c50e54f6fda5c607b2685 (diff) |
add more to moves header
Diffstat (limited to 'src/moves_1.c')
-rw-r--r-- | src/moves_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moves_1.c b/src/moves_1.c index 5a7bf6b..80f28af 100644 --- a/src/moves_1.c +++ b/src/moves_1.c @@ -1,7 +1,7 @@ #include "global.h" #include "code_8092334.h" +#include "moves.h" #include "pokemon.h" -#include "constants/move_id.h" void SavePokemonMove(struct unkStruct_8094924 *r0, struct PokemonMove *move) { |