diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-05 22:02:03 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-05 22:02:03 -0500 |
commit | 9939c543ce7a8cbf7abb85d3125b5e6d95204433 (patch) | |
tree | 7390d9718f42d6ddfe63288a6c834a94f3c65d6c /include/targeting.h | |
parent | a9b5977d4ca6c0aeedea966a0165b625a4c2dbab (diff) |
Decomped TargetTileInFront()
Diffstat (limited to 'include/targeting.h')
-rw-r--r-- | include/targeting.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/targeting.h b/include/targeting.h new file mode 100644 index 0000000..7330398 --- /dev/null +++ b/include/targeting.h @@ -0,0 +1,9 @@ +#ifndef GUARD_TARGETING_H +#define GUARD_TARGETING_H + +#include "dungeon_entity.h" + +// 0x69DCC +void TargetTileInFront(struct DungeonEntity *pokemon); + +#endif |