pmd-red/include/dungeon_engine.h
2022-01-25 23:24:14 -05:00

8 lines
106 B
C

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