pmd-sky/include/dungeon_recruitment.h
2025-09-23 16:11:44 +00:00

10 lines
230 B
C

#ifndef PMDSKY_DUNGEON_RECRUITMENT_H
#define PMDSKY_DUNGEON_RECRUITMENT_H
#include "util.h"
bool8 SpecificRecruitCheck(u32 monster_id);
extern bool8 DebugRecruitingEnabled(u32 monster_id);
#endif //PMDSKY_DUNGEON_RECRUITMENT_H