summaryrefslogtreecommitdiff
path: root/src/prof_pc.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/prof_pc.c
parent7f81fdc8df5247c926228b784f6878dc3edac051 (diff)
parent3d5d298c63a88c1a581b58d44dcc3706a7799c04 (diff)
Merge branch 'master' of github.com:pret/pokefirered into dodrio_berry_picking
Diffstat (limited to 'src/prof_pc.c')
-rw-r--r--src/prof_pc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prof_pc.c b/src/prof_pc.c
index ce81d9ce8..c7eed8878 100644
--- a/src/prof_pc.c
+++ b/src/prof_pc.c
@@ -21,7 +21,7 @@ extern const u8 PokedexRating_Text_LessThan140[];
extern const u8 PokedexRating_Text_LessThan150[];
extern const u8 PokedexRating_Text_Complete[];
-u16 Special_GetPokedexCount(void)
+u16 GetPokedexCount(void)
{
if (gSpecialVar_0x8004 == 0)
{
@@ -104,7 +104,7 @@ static const u8 *GetProfOaksRatingMessageByCount(u16 count)
return PokedexRating_Text_LessThan10;
}
-void Special_GetProfOaksRatingMessage(void)
+void GetProfOaksRatingMessage(void)
{
ShowFieldMessage(GetProfOaksRatingMessageByCount(gSpecialVar_0x8004));
}