diff options
author | yenatch <yenatch@gmail.com> | 2017-06-14 00:05:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 00:05:22 -0400 |
commit | 48a15638c63f2b3d4b2d12d346e466ddca006570 (patch) | |
tree | 89942e8cf1e40968b48759bf2b4e575912a2271b /src/menu.c | |
parent | e09e1da6c252e17cf6db429ad142b05dbf156548 (diff) | |
parent | 4e7297790f29987b1dd502fcf3b03ca76042c622 (diff) |
Merge pull request #316 from PikalaxALT/decoration
Decoration
Diffstat (limited to 'src/menu.c')
-rw-r--r-- | src/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c index 61eaebb6f..3acac88a0 100644 --- a/src/menu.c +++ b/src/menu.c @@ -611,7 +611,7 @@ u8 unref_sub_8072A5C(u8 *dest, u8 *src, u8 left, u16 top, u8 width, u32 a6) return sub_8004FD0(gMenuWindowPtr, dest, src, gMenuTextTileOffset, left, top, width, a6); } -int sub_8072AB0(u8 *str, u8 left, u16 top, u8 width, u8 height, u32 a6) +int sub_8072AB0(const u8 *str, u8 left, u16 top, u8 width, u8 height, u32 a6) { u8 newlineCount = sub_8004FD0(gMenuWindowPtr, NULL, str, gMenuTextTileOffset, left, top, width, a6); |