diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-16 13:53:55 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-16 13:53:55 -0500 |
commit | 6546ff5d0ad80ceca6b422713e0d3cd0ffa62b53 (patch) | |
tree | 51320be5ec4fb0755398911d705f6e3f323ddf0a /include/script_menu.h | |
parent | 196f2a1c24016eae8b9fad6d57cabd43d34f898e (diff) | |
parent | e50b9e28bc0d98c69b22f6d13298e705eb4eb865 (diff) |
fix merge conflicts
Diffstat (limited to 'include/script_menu.h')
-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); |