diff options
author | YamaArashi <shadow962@live.com> | 2016-09-03 23:39:12 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-03 23:39:12 -0700 |
commit | 4d518e8ea5c93c669eb14de89b5baf6eba1ac9b0 (patch) | |
tree | dc1798b5fe56c699edb76d24d2ee708be36bee6d /include/text.h | |
parent | dbaf6e125020cac5d897983dc9dfbf8d3d74e589 (diff) |
WIP menu.c
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 527a8939d..19c9b3040 100644 --- a/include/text.h +++ b/include/text.h @@ -152,7 +152,7 @@ u8 sub_80035AC(struct Window *win); u8 sub_800374C(struct Window *win); u8 sub_8003778(struct Window *win); u8 sub_80037A0(struct Window *win); -u8 sub_80037C8(struct Window *win, u8 lineLength); +u32 sub_80037C8(struct Window *win, u8 lineLength); void ClearWindowTextLines(struct Window *win); u16 GetWindowTilemapEntry(struct Window *win, u8 x, u8 y); void DrawWindowRect(struct Window *win, u16 tilemapEntry, u8 left, u8 top, u8 right, u8 bottom); |