summaryrefslogtreecommitdiff
path: root/include/moves.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/moves.h')
-rw-r--r--include/moves.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/moves.h b/include/moves.h
new file mode 100644
index 0000000..bba50b3
--- /dev/null
+++ b/include/moves.h
@@ -0,0 +1,8 @@
+#ifndef GUARD_MOVES_H
+#define GUARD_MOVES_H
+
+#include "constants/move.h"
+
+u32 GetMoveMaxPP(struct PokemonMove *move);
+
+#endif