From f0ef6ae481ec2cc655f1606f074de38ef26276c4 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 24 Dec 2021 17:45:49 -0600 Subject: decomp some more --- src/dungeon_ai_items.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dungeon_ai_items.c') diff --git a/src/dungeon_ai_items.c b/src/dungeon_ai_items.c index fc10e85..4afc928 100644 --- a/src/dungeon_ai_items.c +++ b/src/dungeon_ai_items.c @@ -33,7 +33,6 @@ enum ItemTargetFlag extern s32 CalculateFacingDir(struct Position*, struct Position*); extern u32 EvaluateItem(struct DungeonEntity*, struct ItemSlot*, u8); -extern bool8 ToolboxEnabled(struct DungeonEntityData*); extern void sub_8077274(struct DungeonEntity *, struct DungeonEntity *); extern void TargetThrownItem(struct DungeonEntity*, struct DungeonEntity*, struct ItemSlot*, u8, bool8); -- cgit v1.2.3