blob: 6574b324bcba0d58c9c52c9f6926b93f35182d90 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef GUARD_DUNGEON_CAPABILITIES_H
#define GUARD_DUNGEON_CAPABILITIES_H
#include "dungeon_entity.h"
// 0x70B6C
bool8 CannotMove(struct DungeonEntity *pokemon, bool8 checkBlinker);
#endif
|