diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-25 23:24:14 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-25 23:24:14 -0500 |
commit | f2457501ee643a2fc3b23e93f4e2f0a567a3231c (patch) | |
tree | e19178b2581e12c523130b81bc1d9df955217708 /include | |
parent | 42909d03330749e610900d5aa5765758cc05e533 (diff) |
Decomped IsFixedDungeon()
Diffstat (limited to 'include')
-rw-r--r-- | include/dungeon_engine.h | 7 |
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 |