blob: d4deda3685370db5a27fa2f04d6a9b3ea415ef11 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef GUARD_MOVE_UTIL_H
#define GUARD_MOVE_UTIL_H
#include "dungeon_entity.h"
bool8 IsMoveIndexUsable(struct DungeonEntity *pokemon, s32 moveIndex, bool8 hasPPChecker);
#endif
|