summaryrefslogtreecommitdiff
path: root/src/prof_pc.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-24 16:31:38 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-24 16:31:38 -0400
commita18e9c27e1b64ddb67d25afe815163c209247d9b (patch)
tree9fc9fe7c037d53250ee4cbfeb462753191130ed7 /src/prof_pc.c
parent440d06293682f9060ec7c6bd1bba6575981733de (diff)
Rename specials according to Ruby
Diffstat (limited to 'src/prof_pc.c')
-rw-r--r--src/prof_pc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prof_pc.c b/src/prof_pc.c
index aeabc8644..d1f06a2ba 100644
--- a/src/prof_pc.c
+++ b/src/prof_pc.c
@@ -36,7 +36,7 @@ u16 Special_GetPokedexCount(void)
return IsNationalPokedexEnabled();
}
-const u8 * sub_80CA424(u16 count)
+static const u8 *GetProfOaksRatingMessageByCount(u16 count)
{
gSpecialVar_Result = FALSE;
@@ -102,7 +102,7 @@ const u8 * sub_80CA424(u16 count)
return gUnknown_81A6D17;
}
-void sub_80CA524(void)
+void Special_GetProfOaksRatingMessage(void)
{
- ShowFieldMessage(sub_80CA424(gSpecialVar_0x8004));
+ ShowFieldMessage(GetProfOaksRatingMessageByCount(gSpecialVar_0x8004));
}