diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-04 22:56:08 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-04 22:56:08 -0400 |
commit | ef786e5c3067498a0628b58e914c8ce83c39b44b (patch) | |
tree | bb9eccf05be86156bae1c304d643f75e2a152a74 /include/text.h | |
parent | 7592de577a9d065d52e950a4e7f071623c233b6d (diff) |
sub_804AFB8
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 6b2efc7ae..b93653bc2 100644 --- a/include/text.h +++ b/include/text.h @@ -245,7 +245,7 @@ u8 sub_8004D38(struct Window *win, const u8 *text, u16 tileDataStartOffset, u8 l u8 sub_8004DB0(struct Window *win, const u8 *text, u16 tileDataStartOffset, u8 left, u8 top, u16 a6); u8 sub_8004E24(struct Window *win); void sub_8004E28(struct Window *win, u8 *foreground, u8 *background, u8 *shadow); -void sub_8004E3C(struct WindowConfig *winConfig, u8 *tileData, const u8 *text); +void sub_8004E3C(const struct WindowConfig *winConfig, u8 *tileData, const u8 *text); u8 GetStringWidthGivenWindowConfig(const struct WindowConfig *winConfig, const u8 *s); void ConvertInternationalString(u8 *s, u8 language); void StripExtCtrlCodes(u8 *str); |