diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-11-13 19:59:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-13 16:59:20 -0800 |
commit | 0ea22237c933523f66d7468a953c5a5057b3a899 (patch) | |
tree | 07290e57a9092e6c3e5d49bf28e37b20411cf04d /include/dungeon_ai_items.h | |
parent | 561ea52847f5a88dc6a9a79dbfc5c40f421cace5 (diff) |
Decomped DecideUseItem (#73)
Diffstat (limited to 'include/dungeon_ai_items.h')
-rw-r--r-- | include/dungeon_ai_items.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dungeon_ai_items.h b/include/dungeon_ai_items.h new file mode 100644 index 0000000..e7d9f4f --- /dev/null +++ b/include/dungeon_ai_items.h @@ -0,0 +1,9 @@ +#ifndef GUARD_DUNGEON_AI_ITEMS_H +#define GUARD_DUNGEON_AI_ITEMS_H + +#include "dungeon_entity.h" + +// 0x73658 +void DecideUseItem(struct DungeonEntity *pokemon); + +#endif |