From 9939c543ce7a8cbf7abb85d3125b5e6d95204433 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sat, 5 Feb 2022 22:02:03 -0500 Subject: Decomped TargetTileInFront() --- include/targeting.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/targeting.h (limited to 'include/targeting.h') 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 -- cgit v1.2.3