Files
pmd-red/include/dungeon_ai.h
T
AnonymousRandomPerson 905723858c Decomped MoveIfPossible()
2022-03-26 22:47:38 -04:00

9 lines
142 B
C

#ifndef GUARD_DUNGEON_AI_H
#define GUARD_DUNGEON_AI_H
#include "dungeon_entity.h"
void DecideAction(struct DungeonEntity *pokemon);
#endif