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

12 lines
345 B
C

#ifndef PMDSKY_DUNGEON_LOGIC_6_H
#define PMDSKY_DUNGEON_LOGIC_6_H
#include "dungeon_mode.h"
#include "util.h"
bool8 IsBehaviorLoneOutlaw(enum monster_behavior behavior);
// Checks if a behavior ID corresponds to one of the Secret Bazaar NPCs.
bool8 IsSecretBazaarNpcBehavior(enum monster_behavior behavior);
#endif //PMDSKY_DUNGEON_LOGIC_6_H