pmd-red/include/dungeon_engine.h
2022-02-20 22:12:40 -05:00

10 lines
139 B
C

#ifndef GUARD_DUNGEON_ENGINE_H
#define GUARD_DUNGEON_ENGINE_H
// 0x441BC
bool8 IsBossBattle();
// 0x441E8
bool8 IsFixedDungeon();
#endif