summaryrefslogtreecommitdiff
path: root/include/dungeon_ai_attack_1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dungeon_ai_attack_1.h')
-rw-r--r--include/dungeon_ai_attack_1.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/dungeon_ai_attack_1.h b/include/dungeon_ai_attack_1.h
deleted file mode 100644
index 7272256..0000000
--- a/include/dungeon_ai_attack_1.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef GUARD_DUNGEON_AI_ATTACK_1_H
-#define GUARD_DUNGEON_AI_ATTACK_1_H
-
-#include "dungeon_entity.h"
-
-// 0x7C580
-s32 WeightMoveIfUsable(s32 numPotentialTargets, s32 targetingFlags, struct DungeonEntity *user, struct DungeonEntity *target, struct PokemonMove *move, u32 hasStatusChecker);
-// 0x7C648
-bool8 CanUseStatusMove(s32 targetingFlags, struct DungeonEntity *user, struct DungeonEntity *target, struct PokemonMove *move, bool32 hasStatusChecker);
-
-#endif