mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-21 00:57:21 -05:00
11 lines
296 B
C
11 lines
296 B
C
#ifndef PMDSKY_MOVES_3_H
|
|
#define PMDSKY_MOVES_3_H
|
|
|
|
#include "move.h"
|
|
#include "util.h"
|
|
|
|
// Returns true if the given move can be used while the user is affected by Taunt, or false if the move cannot be used while taunted.
|
|
bool8 IsUsableWhileTaunted(struct move *move);
|
|
|
|
#endif //PMDSKY_MOVES_3_H
|