From 40a34fafd685b7df6d1777ec335374ea081adad0 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Tue, 22 Feb 2022 22:38:57 -0500 Subject: Decomped WeightMoveIfUsable() --- include/targeting_flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/targeting_flags.h') diff --git a/include/targeting_flags.h b/include/targeting_flags.h index 54e7063..d7d4737 100644 --- a/include/targeting_flags.h +++ b/include/targeting_flags.h @@ -5,6 +5,6 @@ #include "dungeon_entity.h" // 0x7CD64 -s16 GetMoveTargetingFlagsForPokemon(struct DungeonEntity *pokemon, struct PokemonMove *move, u32 isAI); +s16 GetMoveTargetingFlagsForPokemon(struct DungeonEntity *pokemon, struct PokemonMove *move, bool32 isAI); #endif -- cgit v1.2.3