summaryrefslogtreecommitdiff
path: root/src/script_pokemon_util.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-05 14:38:26 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-05 14:38:26 -0500
commit83137b40053bbea4c5288e269ed913746dd9713f (patch)
treec30e0e3d4e88caf9e9f9fb6345c85bdd8aa071d2 /src/script_pokemon_util.c
parent7f81fdc8df5247c926228b784f6878dc3edac051 (diff)
parent3d5d298c63a88c1a581b58d44dcc3706a7799c04 (diff)
Merge branch 'master' of github.com:pret/pokefirered into dodrio_berry_picking
Diffstat (limited to 'src/script_pokemon_util.c')
-rw-r--r--src/script_pokemon_util.c2
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)