pmd-sky/include/dungeon_logic_6.h
2025-10-22 21:15:44 -04:00

12 lines
337 B
C

#ifndef PMDSKY_DUNGEON_LOGIC_6_H
#define PMDSKY_DUNGEON_LOGIC_6_H
#include "dungeon_mode.h"
#include "util.h"
bool8 IsLoneOutlaw(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