summaryrefslogtreecommitdiff
path: root/include/targeting.h
blob: 733039847aa4ad6c9196bc2878da397e7d58a799 (plain)
1
2
3
4
5
6
7
8
9
#ifndef GUARD_TARGETING_H
#define GUARD_TARGETING_H

#include "dungeon_entity.h"

// 0x69DCC
void TargetTileInFront(struct DungeonEntity *pokemon);

#endif