summaryrefslogtreecommitdiff
path: root/src/moves_1.c
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2022-02-26 09:59:49 -0800
committerGitHub <noreply@github.com>2022-02-26 09:59:49 -0800
commit0dd38993f6a4383d6d5743fd0ae0abc01210ae25 (patch)
tree6edf91e26be4f3a298da9c6039faabc797b4a778 /src/moves_1.c
parent3555fb7c945ef5152910a84390ecbd1a38ea585d (diff)
parent2d6f3afbd4bbfc1796a91f6a8f4d6ee140488ca8 (diff)
Merge pull request #95 from SethBarberee/data_move
Move Menu Data to src/data/menus
Diffstat (limited to 'src/moves_1.c')
-rw-r--r--src/moves_1.c2
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)
{