From 33d2d6175067e75cd222b8f05234221ec2d2b82b Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Mon, 21 Feb 2022 15:40:12 -0500 Subject: Decomped CanLayTrap() --- include/trap.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/trap.h (limited to 'include') diff --git a/include/trap.h b/include/trap.h new file mode 100644 index 0000000..49a5216 --- /dev/null +++ b/include/trap.h @@ -0,0 +1,9 @@ +#ifndef GUARD_TRAP_H +#define GUARD_TRAP_H + +#include "position.h" + +// 0x4AF74 +bool8 CanLayTrap(struct Position *pos); + +#endif -- cgit v1.2.3