mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
12 lines
345 B
C
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
|