From c98fb2c11272680a20b9cfb9efe2ce482d3779dd Mon Sep 17 00:00:00 2001 From: Cheng Hann Gan Date: Fri, 22 Oct 2021 13:20:01 -0400 Subject: Decomped DecideAction() (#66) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Decomped DecideAction() * Defined dungeon Pokémon array sizes --- include/dungeon_util.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/dungeon_util.h (limited to 'include/dungeon_util.h') 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 -- cgit v1.2.3