summaryrefslogtreecommitdiff
path: root/include/dungeon_engine.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-25 23:24:14 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-01-25 23:24:14 -0500
commitf2457501ee643a2fc3b23e93f4e2f0a567a3231c (patch)
treee19178b2581e12c523130b81bc1d9df955217708 /include/dungeon_engine.h
parent42909d03330749e610900d5aa5765758cc05e533 (diff)
Decomped IsFixedDungeon()
Diffstat (limited to 'include/dungeon_engine.h')
-rw-r--r--include/dungeon_engine.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dungeon_engine.h b/include/dungeon_engine.h
new file mode 100644
index 0000000..f987b11
--- /dev/null
+++ b/include/dungeon_engine.h
@@ -0,0 +1,7 @@
+#ifndef GUARD_DUNGEON_ENGINE_H
+#define GUARD_DUNGEON_ENGINE_H
+
+// 0x441E8
+bool8 IsFixedDungeon();
+
+#endif