diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-05 06:06:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 06:06:51 -0500 |
commit | 362cddc0f512d86af0d7e9bbf7c8edba2115c175 (patch) | |
tree | 9c24f5cc84e71ea519ae1f8ccb32135556f58244 /src/script_pokemon_util.c | |
parent | 437fe6631adfe04ce89f966c189b7b015d81cf26 (diff) | |
parent | 102744163be40ec7fdab95beafac819d1e118bb5 (diff) |
Merge pull request #285 from GriffinRichards/doc-scriptclean
Clean up script documentation
Diffstat (limited to 'src/script_pokemon_util.c')
-rw-r--r-- | src/script_pokemon_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script_pokemon_util.c b/src/script_pokemon_util.c index 7c8604b8e..677759497 100644 --- a/src/script_pokemon_util.c +++ b/src/script_pokemon_util.c @@ -117,7 +117,7 @@ static bool8 CheckPartyMonHasHeldItem(u16 item) return FALSE; } -bool8 GetNameOfEnigmaBerryInPlayerParty(void) +bool8 DoesPartyHaveEnigmaBerry(void) { bool8 hasItem = CheckPartyMonHasHeldItem(ITEM_ENIGMA_BERRY); if (hasItem == TRUE) |