diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-09 01:09:26 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-09 01:09:26 -0500 |
commit | df1eb2b49ebc2e761eb4aa138a0b42ebd5c5e15c (patch) | |
tree | 581850e34336977f939aaf04ec4b3084b32766bc /src/script_menu.c | |
parent | 3130e928b5778ac8e963cb8c074c74889d903805 (diff) |
completely get rid of TextStruct
Diffstat (limited to 'src/script_menu.c')
-rw-r--r-- | src/script_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script_menu.c b/src/script_menu.c index e1ad3f467..f4ac55fb9 100644 --- a/src/script_menu.c +++ b/src/script_menu.c @@ -547,7 +547,7 @@ const struct MultichoiceListStruct gMultichoiceLists[] = {(struct MenuAction *)MultichoiceList_72, 5} }; -const struct TextStruct gUnknown_083CE048[] = +const u8 *const gUnknown_083CE048[] = { OtherText_Cool2, OtherText_Beauty3, |