diff options
Diffstat (limited to 'src/dungeon_pokemon_attributes_1.c')
-rw-r--r-- | src/dungeon_pokemon_attributes_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon_pokemon_attributes_1.c b/src/dungeon_pokemon_attributes_1.c index ac865a9..02e9af0 100644 --- a/src/dungeon_pokemon_attributes_1.c +++ b/src/dungeon_pokemon_attributes_1.c @@ -7,7 +7,7 @@ extern bool8 IsIQSkillSet(u8 *, u32); extern u8 HasItem(struct DungeonEntity *, u32); -bool8 sub_8071884(struct DungeonEntity *pokemon) +bool8 CanSeeInvisible(struct DungeonEntity *pokemon) { struct DungeonEntityData *pokemonData = pokemon->entityData; if(pokemonData->eyesightStatus != EYESIGHT_STATUS_EYEDROPS) |