summaryrefslogtreecommitdiff
path: root/include/dungeon_range.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2021-12-14 23:36:22 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2021-12-17 23:38:06 -0500
commitb1fc911965c584f5af6522849162527f41461b7c (patch)
tree6466b915b8223015e3c7ebad7e73d4b6755c4be2 /include/dungeon_range.h
parentda8fcb2ac85554bb099dff69f1d0ec1226156afd (diff)
Decomped InSameRoom_2()
Diffstat (limited to 'include/dungeon_range.h')
-rw-r--r--include/dungeon_range.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dungeon_range.h b/include/dungeon_range.h
new file mode 100644
index 0000000..3d76011
--- /dev/null
+++ b/include/dungeon_range.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_DUNGEON_RANGE_H
+#define GUARD_DUNGEON_RANGE_H
+
+#include "position.h"
+
+// 0x83294
+bool8 InSameRoom_2(struct Position *pos1, struct Position *pos2);
+
+#endif