summaryrefslogtreecommitdiff
path: root/src/dungeon_pokemon_attributes_1.c
diff options
context:
space:
mode:
authorCheng Hann Gan <chenghanngan.us@gmail.com>2021-11-20 10:47:46 -0600
committerGitHub <noreply@github.com>2021-11-20 08:47:46 -0800
commit938a88551f6ddefb7f696b738696c8ce2d8e0e36 (patch)
tree35a8d3954aa03fb00d061d7603d28af0111bb516 /src/dungeon_pokemon_attributes_1.c
parent13552719886449c45aa0a06caccb7d7491382d9c (diff)
Labeled more symbols (#77)
* Labeled more symbols * Fixed comment typo * Renamed some functions
Diffstat (limited to 'src/dungeon_pokemon_attributes_1.c')
-rw-r--r--src/dungeon_pokemon_attributes_1.c2
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)