summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-09-09 01:16:58 -0400
committeryenatch <yenatch@gmail.com>2016-09-09 01:16:58 -0400
commit5080b9083c70d12528015678940af9b3c61a7faa (patch)
treee6467e8f7cec95b8ca5e10f0ae2c0d0bea7ae67d /include/text.h
parent8de743b6acbb32dcd2b5d52e82530831b91f4b59 (diff)
parent06bed8be90c865057378482f2b179749b082619c (diff)
Merge remote-tracking branch 'origin/master' into more-map-splits
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
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);