pmd-sky/include/dungeon_util_1.h
2024-11-30 00:04:57 -06:00

9 lines
176 B
C

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