summaryrefslogtreecommitdiff
path: root/include/dungeon_ai_items.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2021-12-14 23:36:22 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2021-12-17 23:38:06 -0500
commitb1fc911965c584f5af6522849162527f41461b7c (patch)
tree6466b915b8223015e3c7ebad7e73d4b6755c4be2 /include/dungeon_ai_items.h
parentda8fcb2ac85554bb099dff69f1d0ec1226156afd (diff)
Decomped InSameRoom_2()
Diffstat (limited to 'include/dungeon_ai_items.h')
-rw-r--r--include/dungeon_ai_items.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dungeon_ai_items.h b/include/dungeon_ai_items.h
index f4effd2..676200a 100644
--- a/include/dungeon_ai_items.h
+++ b/include/dungeon_ai_items.h
@@ -2,7 +2,7 @@
#define GUARD_DUNGEON_AI_ITEMS_H
#include "dungeon_entity.h"
-#include "map.h"
+#include "position.h"
// 0x73658
void DecideUseItem(struct DungeonEntity *pokemon);