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/option_menu.c | |
parent | 92e63e2577ecf03539f486f40d7f6d563c607d11 (diff) |
rename more functions
Diffstat (limited to 'src/option_menu.c')
-rw-r--r-- | src/option_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option_menu.c b/src/option_menu.c index 67a715988..abd295007 100644 --- a/src/option_menu.c +++ b/src/option_menu.c @@ -332,7 +332,7 @@ static void DrawOptionMenuChoice(u8 *text, u8 x, u8 y, u8 style) dst[2] = style; dst[i] = EOS; - sub_80729D8(dst, x, y, 1); + MenuPrint_PixelCoords(dst, x, y, 1); } static u8 TextSpeed_ProcessInput(u8 selection) |