summaryrefslogtreecommitdiff
path: root/src/status_checker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/status_checker.c')
-rw-r--r--src/status_checker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status_checker.c b/src/status_checker.c
index f2ea0f8..de1bd65 100644
--- a/src/status_checker.c
+++ b/src/status_checker.c
@@ -13,6 +13,7 @@
#include "map.h"
#include "moves.h"
#include "number_util.h"
+#include "status_checker_1.h"
#include "status_checks_1.h"
#include "tile_types.h"
#include "trap.h"
@@ -98,7 +99,6 @@ const u8 gDungeonCamouflageTypes[76] = {
TYPE_ROCK
};
-extern bool8 HasLastUsedMove(struct PokemonMove *moves);
extern bool8 HasDisabledMove(struct PokemonMove *moves);
extern bool8 LastMoveOutOfPP(struct PokemonMove *moves);