From 154c44250512828d56f5431188a7907cd149ef10 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Tue, 25 Jan 2022 22:46:40 -0500 Subject: Decomped CanMoveInDirection() --- include/dungeon_capabilities_1.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/dungeon_capabilities_1.h') 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 -- cgit v1.2.3