mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
9 lines
187 B
C
9 lines
187 B
C
#ifndef GUARD_DUNGEON_AI_MOVEMENT_H
|
|
#define GUARD_DUNGEON_AI_MOVEMENT_H
|
|
|
|
#include "dungeon_entity.h"
|
|
|
|
void MoveIfPossible(struct DungeonEntity *pokemon, bool8 showRunAwayEffect);
|
|
|
|
#endif
|