From 91c0a142ccf4783c65aecdd75a4faed33edf3ed6 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Mon, 28 Feb 2022 20:57:06 -0500 Subject: Decomped HasLastUsedMove() --- src/status_checker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/status_checker.c') 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); -- cgit v1.2.3