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 /include | |
parent | 3130e928b5778ac8e963cb8c074c74889d903805 (diff) |
completely get rid of TextStruct
Diffstat (limited to 'include')
-rw-r--r-- | include/script_menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script_menu.h b/include/script_menu.h index 458aad13d..cc5c442ec 100644 --- a/include/script_menu.h +++ b/include/script_menu.h @@ -7,7 +7,7 @@ struct MultichoiceListStruct u8 count; }; -extern const struct TextStruct gUnknown_083CE048[]; +extern const u8 *const gUnknown_083CE048[]; bool8 sub_80B5054(u8 left, u8 top, u8 var3, u8 var4); bool8 sub_80B50B0(u8 left, u8 top, u8 var3, u8 var4, u8 var5); |