From 938a88551f6ddefb7f696b738696c8ce2d8e0e36 Mon Sep 17 00:00:00 2001 From: Cheng Hann Gan Date: Sat, 20 Nov 2021 10:47:46 -0600 Subject: Labeled more symbols (#77) * Labeled more symbols * Fixed comment typo * Renamed some functions --- src/dungeon_pokemon_attributes_1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dungeon_pokemon_attributes_1.c') 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) -- cgit v1.2.3