mirror of
https://github.com/pret/pmd-red.git
synced 2024-12-04 02:52:28 +00:00
9 lines
126 B
C
9 lines
126 B
C
#ifndef GUARD_MOVES_H
|
|
#define GUARD_MOVES_H
|
|
|
|
#include "constants/move.h"
|
|
|
|
u32 GetMoveMaxPP(struct PokemonMove *move);
|
|
|
|
#endif
|