diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-13 22:56:30 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-13 22:56:30 -0500 |
commit | 453618864e685eacae640dc2b317a645422264e2 (patch) | |
tree | 3391b31f2c6a9a5985931ffc44328f573a3279b0 /include/code_80521D0.h | |
parent | 52e7368f30bb1a80a470bb1492b816dd6c8e97f7 (diff) |
Decomped HasStatusAffectingActions()
Diffstat (limited to 'include/code_80521D0.h')
-rw-r--r-- | include/code_80521D0.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/code_80521D0.h b/include/code_80521D0.h new file mode 100644 index 0000000..588ad9b --- /dev/null +++ b/include/code_80521D0.h @@ -0,0 +1,8 @@ +#ifndef GUARD_CODE_80521D0_H +#define GUARD_CODE_80521D0_H + +#include "dungeon_entity.h" + +void SendMessage(struct DungeonEntity *pokemon, const char message[]); + +#endif |