diff options
author | YamaArashi <shadow962@live.com> | 2016-10-24 03:07:53 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-24 03:07:53 -0700 |
commit | e9e147fe7d075ddfb1467dc91f3f1a0dd4adf99b (patch) | |
tree | ce510a42d54927dc58c735f35e7d70543ec0ea31 /src/main_menu.c | |
parent | 92e63e2577ecf03539f486f40d7f6d563c607d11 (diff) |
rename more functions
Diffstat (limited to 'src/main_menu.c')
-rw-r--r-- | src/main_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_menu.c b/src/main_menu.c index 550072099..9a5326ea1 100644 --- a/src/main_menu.c +++ b/src/main_menu.c @@ -626,7 +626,7 @@ void PrintBadgeCount(void) MenuPrint(gMainMenuString_Badges, 16, 5); ConvertIntToDecimalString(buffer, GetBadgeCount()); - sub_80729D8(buffer, 205, 40, 1); + MenuPrint_PixelCoords(buffer, 205, 40, 1); } //Text Strings |