#ifndef GUARD_MOVES_H #define GUARD_MOVES_H #include "constants/move.h" u32 GetMoveMaxPP(struct PokemonMove *move); #endif