summaryrefslogtreecommitdiff
path: root/src/dungeon_ai_item_weight.c
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2022-02-20 09:09:52 -0800
committerSeth Barberee <seth.barberee@gmail.com>2022-02-20 09:09:52 -0800
commit2d6f3afbd4bbfc1796a91f6a8f4d6ee140488ca8 (patch)
tree6edf91e26be4f3a298da9c6039faabc797b4a778 /src/dungeon_ai_item_weight.c
parent0829319ee532fb1c6ab0a9f8b5f6ecd5bc26d43d (diff)
whitespace cleanup
Diffstat (limited to 'src/dungeon_ai_item_weight.c')
-rw-r--r--src/dungeon_ai_item_weight.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dungeon_ai_item_weight.c b/src/dungeon_ai_item_weight.c
index 4179c8e..0fe019f 100644
--- a/src/dungeon_ai_item_weight.c
+++ b/src/dungeon_ai_item_weight.c
@@ -11,8 +11,6 @@
#include "number_util.h"
#include "status_checks_1.h"
-
-
u32 EvaluateItem(struct DungeonEntity *targetPokemon, struct ItemSlot *item, u32 itemTargetFlags)
{
struct DungeonEntityData *pokemonData = targetPokemon->entityData;