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 /src/script_menu.c | |
parent | a0e590b739a2bdd8e76c004ae60662bd81d33ca9 (diff) | |
parent | 078e07ce1096733e31b7bf823db325b0f3b02a05 (diff) |
Merge pull request #354 from camthesaxman/decompile_item_menu
decompile item_menu
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, |