diff options
author | YamaArashi <shadow962@live.com> | 2016-08-12 17:42:31 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-12 17:42:31 -0700 |
commit | d0f9e9c4a9204f082cb4e4d753becf3de68d6525 (patch) | |
tree | b88d40f98564a75990f5a20ad4aa3f3433740a37 /include/text.h | |
parent | dd44d6a7f47dd4f3c84e7da58ee0b89416e661e3 (diff) |
rename parameter to 'width'
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index 192190490..527a8939d 100644 --- a/include/text.h +++ b/include/text.h @@ -176,6 +176,6 @@ u8 GetStringWidthGivenWindowConfig(struct WindowConfig *winConfig, u8 *s); void ConvertInternationalString(u8 *s, u8 language); void SkipExtCtrlCodes(u8 *str); s32 StringCompareWithoutExtCtrlCodes(u8 *str1, u8 *str2); -u8 sub_8004FD0(struct Window *win, u8 *dest, u8 *src, u16 tileDataStartOffset, u8 left, u16 top, u8 a7, u32 a8); +u8 sub_8004FD0(struct Window *win, u8 *dest, u8 *src, u16 tileDataStartOffset, u8 left, u16 top, u8 width, u32 a8); #endif // GUARD_TEXT_H |