mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-18 13:08:00 -05:00
10 lines
139 B
C
10 lines
139 B
C
#ifndef GUARD_DUNGEON_ENGINE_H
|
|
#define GUARD_DUNGEON_ENGINE_H
|
|
|
|
// 0x441BC
|
|
bool8 IsBossBattle();
|
|
// 0x441E8
|
|
bool8 IsFixedDungeon();
|
|
|
|
#endif
|