diff options
author | yenatch <yenatch@gmail.com> | 2017-07-16 13:33:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-16 13:33:38 -0400 |
commit | e50b9e28bc0d98c69b22f6d13298e705eb4eb865 (patch) | |
tree | 612daf51185f6c0b35976a888d4091ad465288ac /include/script_menu.h | |
parent | a0e590b739a2bdd8e76c004ae60662bd81d33ca9 (diff) | |
parent | 078e07ce1096733e31b7bf823db325b0f3b02a05 (diff) |
Merge pull request #354 from camthesaxman/decompile_item_menu
decompile item_menu
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); |