summaryrefslogtreecommitdiff
path: root/include/status_checker_1.h
blob: 56465d5f971726f44513e709cebf587fbf9ba4f2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef GUARD_STATUS_CHECKER_1_H
#define GUARD_STATUS_CHECKER_1_H

#include "moves.h"

// 0x5D888
bool8 HasLastUsedMove(struct PokemonMove *moves);

#endif