summaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-13 10:19:06 -0400
committerscnorton <scnorton@biociphers.org>2017-06-13 10:19:06 -0400
commit175d4724a33bbb34e1a5ee609584a45ab9685058 (patch)
tree976418c3f6efec04593d9dd3e7f3e8ca09869713 /src/menu.c
parent71f813e6e21e6ad5ec84b497cbb123b521979b92 (diff)
parent8ef6c0004cc1093e1533eb2d41fbde71ee93d22c (diff)
Merge branch 'decoration'
Diffstat (limited to 'src/menu.c')
-rwxr-xr-x[-rw-r--r--]src/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c
index 61eaebb6f..3acac88a0 100644..100755
--- 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);