summaryrefslogtreecommitdiff
path: root/include/moves.h
blob: bba50b376706a7b22118237e999d5bfd8af36963 (plain)
1
2
3
4
5
6
7
8
#ifndef GUARD_MOVES_H
#define GUARD_MOVES_H

#include "constants/move.h"

u32 GetMoveMaxPP(struct PokemonMove *move);

#endif