summaryrefslogtreecommitdiff
path: root/include/targeting_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/targeting_flags.h')
-rw-r--r--include/targeting_flags.h2
1 files changed, 1 insertions, 1 deletions
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