summaryrefslogtreecommitdiff
path: root/include/dungeon_engine.h
blob: d2be40bac4e1da59321066f85f0343985bad992c (plain)
1
2
3
4
5
6
7
8
9
#ifndef GUARD_DUNGEON_ENGINE_H
#define GUARD_DUNGEON_ENGINE_H

// 0x441BC
bool8 IsBossBattle();
// 0x441E8
bool8 IsFixedDungeon();

#endif