summaryrefslogtreecommitdiff
path: root/include/dungeon_capabilities_1.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2022-01-31 15:57:02 -0800
committerGitHub <noreply@github.com>2022-01-31 15:57:02 -0800
commit1d64db5214b455bbd6f50ad6369ec04420e03984 (patch)
tree1a78046d52129ea3ddafc06d391706590a54ceaf /include/dungeon_capabilities_1.h
parent408fe77d7b9440d7eb5d46eda5f920572d516d67 (diff)
parent5dc5b3b1f97f9467005dadd63f5f6e052f984bc3 (diff)
Merge pull request #94 from AnonymousRandomPerson/master
Dungeon movement decomp
Diffstat (limited to 'include/dungeon_capabilities_1.h')
-rw-r--r--include/dungeon_capabilities_1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dungeon_capabilities_1.h b/include/dungeon_capabilities_1.h
index 1d10a0f..c19391b 100644
--- a/include/dungeon_capabilities_1.h
+++ b/include/dungeon_capabilities_1.h
@@ -7,5 +7,7 @@
bool8 CannotUseItems(struct DungeonEntity *pokemon);
// 0x70CD0
bool8 CannotAct(struct DungeonEntity *pokemon);
+// 0x70D6C
+bool8 CanMoveInDirection(struct DungeonEntity *pokemon, u32 facingDir);
#endif