From 8c0df48b9ebd0fa794a97c6280cc59b6dfcb9eef Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Thu, 3 Mar 2022 03:07:36 -0500 Subject: Decomped WeightMove() --- src/dungeon_ai_attack.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dungeon_ai_attack.c') 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) { -- cgit v1.2.3