pmd-sky/include/dungeon_util.h
2024-12-30 00:22:22 -06:00

9 lines
170 B
C

#ifndef PMDSKY_DUNGEON_UTIL_H
#define PMDSKY_DUNGEON_UTIL_H
#include "dungeon_mode.h"
bool8 ShouldRunMonsterAi(struct entity *pokemon);
#endif //PMDSKY_DUNGEON_UTIL_H