summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dodrio_berry_picking.c2
-rwxr-xr-xsrc/pokemon_jump.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dodrio_berry_picking.c b/src/dodrio_berry_picking.c
index 503a912c0..2e0cfbc7e 100644
--- a/src/dodrio_berry_picking.c
+++ b/src/dodrio_berry_picking.c
@@ -2580,7 +2580,7 @@ static u8 sub_8027A48(u8 id)
return gUnknown_02022C98->unk34[id];
}
-void DoesPartyHaveDodrio(void)
+void IsDodrioInParty(void)
{
int i;
for (i = 0; i < PARTY_SIZE; i++)
diff --git a/src/pokemon_jump.c b/src/pokemon_jump.c
index 9b733fa4c..76363af37 100755
--- a/src/pokemon_jump.c
+++ b/src/pokemon_jump.c
@@ -2209,7 +2209,7 @@ bool32 IsSpeciesAllowedInPokemonJump(u16 species)
return GetPokemonJumpSpeciesIdx(species) > -1;
}
-void DoesPartyHavePokemonJumpSpecies(void)
+void IsPokemonJumpSpeciesInParty(void)
{
int i;