From d0f9e9c4a9204f082cb4e4d753becf3de68d6525 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 12 Aug 2016 17:42:31 -0700 Subject: rename parameter to 'width' --- include/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/text.h') 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 -- cgit v1.2.3