diff options
Diffstat (limited to 'include/dungeon_ai_items.h')
-rw-r--r-- | include/dungeon_ai_items.h | 2 |
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); |