summaryrefslogtreecommitdiff
path: root/src/dungeon_ai_item_weight.c
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-13 22:56:30 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-13 22:56:30 -0500
commit453618864e685eacae640dc2b317a645422264e2 (patch)
tree3391b31f2c6a9a5985931ffc44328f573a3279b0 /src/dungeon_ai_item_weight.c
parent52e7368f30bb1a80a470bb1492b816dd6c8e97f7 (diff)
Decomped HasStatusAffectingActions()
Diffstat (limited to 'src/dungeon_ai_item_weight.c')
-rw-r--r--src/dungeon_ai_item_weight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon_ai_item_weight.c b/src/dungeon_ai_item_weight.c
index 34e3440..6c9669b 100644
--- a/src/dungeon_ai_item_weight.c
+++ b/src/dungeon_ai_item_weight.c
@@ -9,7 +9,7 @@
#include "dungeon_util.h"
#include "moves.h"
#include "number_util.h"
-#include "status_checks.h"
+#include "status_checks_1.h"
u32 EvaluateItem(struct DungeonEntity *targetPokemon, struct ItemSlot *item, u32 itemTargetFlags)
{