pmd-sky/include/dungeon_logic_7.h
AnonymousRandomPerson 6f48242b8c Rename IsLoneOutlaw
2025-10-26 20:46:17 -04:00

11 lines
252 B
C

#ifndef PMDSKY_DUNGEON_LOGIC_7_H
#define PMDSKY_DUNGEON_LOGIC_7_H
#include "dungeon_mode.h"
#include "util.h"
bool8 IsMonsterLoneOutlaw(struct monster* monster_info);
bool8 IsSecretBazaarNpc(struct entity *entity);
#endif //PMDSKY_DUNGEON_LOGIC_7_H