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