summaryrefslogtreecommitdiff
path: root/include/dungeon_util.h
diff options
context:
space:
mode:
authorCheng Hann Gan <chenghanngan.us@gmail.com>2021-10-22 13:20:01 -0400
committerGitHub <noreply@github.com>2021-10-22 10:20:01 -0700
commitc98fb2c11272680a20b9cfb9efe2ce482d3779dd (patch)
treed5001c7adfe550c52f8190934a74849920bd9eaa /include/dungeon_util.h
parent3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc (diff)
Decomped DecideAction() (#66)
* Decomped DecideAction() * Defined dungeon Pokémon array sizes
Diffstat (limited to 'include/dungeon_util.h')
-rw-r--r--include/dungeon_util.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dungeon_util.h b/include/dungeon_util.h
new file mode 100644
index 0000000..5113156
--- /dev/null
+++ b/include/dungeon_util.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_DUNGEON_UTIL_H
+#define GUARD_DUNGEON_UTIL_H
+
+#include "dungeon_entity.h"
+
+// 0x450E0
+bool8 EntityExists(struct DungeonEntity *pokemon);
+
+#endif \ No newline at end of file