diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-10-22 13:20:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 10:20:01 -0700 |
commit | c98fb2c11272680a20b9cfb9efe2ce482d3779dd (patch) | |
tree | d5001c7adfe550c52f8190934a74849920bd9eaa /include/dungeon_util.h | |
parent | 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc (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.h | 9 |
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 |