From e9e147fe7d075ddfb1467dc91f3f1a0dd4adf99b Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 24 Oct 2016 03:07:53 -0700 Subject: rename more functions --- src/option_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/option_menu.c') 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) -- cgit v1.2.3