summaryrefslogtreecommitdiff
path: root/include/dungeon_ai_movement.h
blob: 27bb00f89d6cf87c95a26b8d321297b8fbb9b3aa (plain)
1
2
3
4
5
6
7
8
9
#ifndef GUARD_DUNGEON_AI_MOVEMENT_H
#define GUARD_DUNGEON_AI_MOVEMENT_H

#include "dungeon_entity.h"

// 0x75990
void DecideAction(struct DungeonEntity *pokemon);

#endif