mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-21 14:37:40 -05: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
|