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 /include | |
parent | 92e63e2577ecf03539f486f40d7f6d563c607d11 (diff) |
rename more functions
Diffstat (limited to 'include')
-rw-r--r-- | include/menu.h | 2 | ||||
-rw-r--r-- | include/text.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/menu.h b/include/menu.h index f6c6e6851..4b54fc9a9 100644 --- a/include/menu.h +++ b/include/menu.h @@ -41,7 +41,7 @@ void PrintMenuItemsReordered(u8, u8, u8, u8 * const [][2], u8*); void InitYesNoMenu(u8, u8, u8); void DisplayYesNoMenu(u8, u8, u32); s8 ProcessMenuInputNoWrap_(void); -u8 sub_80729D8(u8 *, u8, u16, u8); +u8 MenuPrint_PixelCoords(u8 *, u8, u16, u8); u8 sub_8072A18(u8 *, u8, u16, u8, u32); u8 unref_sub_8072A5C(u8 *, u8 *, u8, u16, u8, u32); int sub_8072AB0(u8 *, u8, u16, u8, u8, u32); diff --git a/include/text.h b/include/text.h index ff1229ffb..d79611f85 100644 --- a/include/text.h +++ b/include/text.h @@ -178,7 +178,7 @@ void sub_8004E28(struct Window *win, u8 *foreground, u8 *background, u8 *shadow) void sub_8004E3C(struct WindowConfig *winConfig, u8 *tileData, const u8 *text); u8 GetStringWidthGivenWindowConfig(struct WindowConfig *winConfig, const u8 *s); void ConvertInternationalString(u8 *s, u8 language); -void SkipExtCtrlCodes(u8 *str); +void StripExtCtrlCodes(u8 *str); s32 StringCompareWithoutExtCtrlCodes(const u8 *str1, const u8 *str2); u8 sub_8004FD0(struct Window *win, u8 *dest, const u8 *src, u16 tileDataStartOffset, u8 left, u16 top, u8 width, u32 a8); |