diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-24 17:45:49 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-12-24 17:45:49 -0600 |
commit | f0ef6ae481ec2cc655f1606f074de38ef26276c4 (patch) | |
tree | 028f81d66b2cd990d163062280e558a080b30071 /src/dungeon_ai_items.c | |
parent | e7a59a1a21cec81190434e397f62c245e73063e4 (diff) |
decomp some more
Diffstat (limited to 'src/dungeon_ai_items.c')
-rw-r--r-- | src/dungeon_ai_items.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |