summaryrefslogtreecommitdiff
path: root/src/dungeon_ai_attack.c
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-03 03:07:36 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-03-10 22:32:17 -0500
commit8c0df48b9ebd0fa794a97c6280cc59b6dfcb9eef (patch)
tree5fb291fa0203bb4b2fe4338076ebe43c4df137eb /src/dungeon_ai_attack.c
parentf50e233c9171d7bdd76c1c53dd96c85cd0a4d99f (diff)
Decomped WeightMove()
Diffstat (limited to 'src/dungeon_ai_attack.c')
-rw-r--r--src/dungeon_ai_attack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dungeon_ai_attack.c b/src/dungeon_ai_attack.c
index 835d207..35d15c8 100644
--- a/src/dungeon_ai_attack.c
+++ b/src/dungeon_ai_attack.c
@@ -42,7 +42,6 @@ extern struct DungeonEntity *gPotentialTargets[NUM_DIRECTIONS];
extern bool8 IsMoveUsable_1(struct DungeonEntity*, s32, bool8);
extern bool8 TargetRegularAttack(struct DungeonEntity*, u32*, bool8);
extern bool8 IsTargetInLineRange(struct DungeonEntity*, struct DungeonEntity*, s32);
-extern s32 WeightMove(struct DungeonEntity*, s32, struct DungeonEntity*, u8);
void DecideAttack(struct DungeonEntity *pokemon)
{