diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-28 20:57:06 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-10 22:32:17 -0500 |
commit | 91c0a142ccf4783c65aecdd75a4faed33edf3ed6 (patch) | |
tree | b0bfeddb426b59d995d6ac75f0e7aa046723843f /src/status_checker.c | |
parent | 17a6ab37944e3cc9fc98ee93262bd4385bf4e626 (diff) |
Decomped HasLastUsedMove()
Diffstat (limited to 'src/status_checker.c')
-rw-r--r-- | src/status_checker.c | 2 |
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); |