diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-25 22:46:40 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-25 22:46:40 -0500 |
commit | 154c44250512828d56f5431188a7907cd149ef10 (patch) | |
tree | efcc44e62d9699b51cac25a68cb4b762544c5ed4 /include/dungeon_capabilities_1.h | |
parent | 408fe77d7b9440d7eb5d46eda5f920572d516d67 (diff) |
Decomped CanMoveInDirection()
Diffstat (limited to 'include/dungeon_capabilities_1.h')
-rw-r--r-- | include/dungeon_capabilities_1.h | 2 |
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 |