diff options
Diffstat (limited to 'include/dungeon_capabilities.h')
-rw-r--r-- | include/dungeon_capabilities.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dungeon_capabilities.h b/include/dungeon_capabilities.h new file mode 100644 index 0000000..6574b32 --- /dev/null +++ b/include/dungeon_capabilities.h @@ -0,0 +1,9 @@ +#ifndef GUARD_DUNGEON_CAPABILITIES_H +#define GUARD_DUNGEON_CAPABILITIES_H + +#include "dungeon_entity.h" + +// 0x70B6C +bool8 CannotMove(struct DungeonEntity *pokemon, bool8 checkBlinker); + +#endif |