mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-16 18:15:58 -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
|