mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 23:17:03 -05:00
9 lines
181 B
C
9 lines
181 B
C
#ifndef GUARD_MOVE_UTIL_H
|
|
#define GUARD_MOVE_UTIL_H
|
|
|
|
#include "dungeon_entity.h"
|
|
|
|
bool8 IsMoveIndexUsable(struct DungeonEntity *pokemon, s32 moveIndex, bool8 hasPPChecker);
|
|
|
|
#endif
|