summaryrefslogtreecommitdiff
path: root/include/status_checker.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-28 21:17:15 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:32:17 -0500
commit70ce2c1642376305f26ad0eaebad26d7d3fe9ac9 (patch)
tree1862acd3b246edb9e5b3491dbe42a04beaf8880f /include/status_checker.h
parent07285e7e82db008b1f322879f3b22c8eb437a8de (diff)
Decomped LastUsedMoveOutOfPP()
Diffstat (limited to 'include/status_checker.h')
-rw-r--r--include/status_checker.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/status_checker.h b/include/status_checker.h
index 92fa443..668d16e 100644
--- a/include/status_checker.h
+++ b/include/status_checker.h
@@ -10,5 +10,9 @@ bool8 CanUseOnSelfWithStatusChecker(struct DungeonEntity *pokemon, struct Pokemo
bool8 CanUseOnTargetWithStatusChecker(struct DungeonEntity *user, struct DungeonEntity *target, struct PokemonMove *move);
// 0x5D810
bool8 HasDisabledMove(struct PokemonMove *moves);
+// 0x5D850
+bool8 LastUsedMoveOutOfPP(struct PokemonMove *moves);
+// 0x5D888
+bool8 HasLastUsedMove(struct PokemonMove *moves);
#endif