diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-28 21:17:15 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-10 22:32:17 -0500 |
commit | 70ce2c1642376305f26ad0eaebad26d7d3fe9ac9 (patch) | |
tree | 1862acd3b246edb9e5b3491dbe42a04beaf8880f /include/status_checker_1.h | |
parent | 07285e7e82db008b1f322879f3b22c8eb437a8de (diff) |
Decomped LastUsedMoveOutOfPP()
Diffstat (limited to 'include/status_checker_1.h')
-rw-r--r-- | include/status_checker_1.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/status_checker_1.h b/include/status_checker_1.h deleted file mode 100644 index 56465d5..0000000 --- a/include/status_checker_1.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef GUARD_STATUS_CHECKER_1_H -#define GUARD_STATUS_CHECKER_1_H - -#include "moves.h" - -// 0x5D888 -bool8 HasLastUsedMove(struct PokemonMove *moves); - -#endif |