summaryrefslogtreecommitdiff
path: root/include/targeting_flags.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-22 22:38:57 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-22 22:38:57 -0500
commit40a34fafd685b7df6d1777ec335374ea081adad0 (patch)
treee54c5947527efdcd4bfb74bee51d7d2bff65b19c /include/targeting_flags.h
parent598a588589cb581b269f2e46373c657ec897a3a3 (diff)
Decomped WeightMoveIfUsable()
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