From b1fc911965c584f5af6522849162527f41461b7c Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Tue, 14 Dec 2021 23:36:22 -0500 Subject: Decomped InSameRoom_2() --- include/dungeon_range.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/dungeon_range.h (limited to 'include/dungeon_range.h') 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 -- cgit v1.2.3