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