summaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-12 22:51:53 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-06-12 22:51:53 -0400
commit32f6422d2fc5ba5153869316ced65cd2f4370d9d (patch)
treefdcf39f0613159ae94e6f09f4fb34678db6244c6 /src/menu.c
parenta68130a6a87530cfd2903aeec80e36d4fdd8b0c5 (diff)
Convert data/decorations.inc to C
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);