diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-02 16:26:23 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-02 16:26:23 +0100 |
commit | 61061548016a66bc1d981e7c5c77f6a849f1486c (patch) | |
tree | 34fbc6da433b0f9658a2d9f10cb4bb6896883562 /src/item_menu.c | |
parent | c1b3dfa15a353ec52d8c37c25b6a9c9be9f05b0f (diff) |
Format WindowTemplate in battle_pyramid_bag.c
Diffstat (limited to 'src/item_menu.c')
-rwxr-xr-x | src/item_menu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/item_menu.c b/src/item_menu.c index 5fea1326e..196ba9474 100755 --- a/src/item_menu.c +++ b/src/item_menu.c @@ -182,9 +182,9 @@ const struct BgTemplate gUnknown_08613F90[3] = const struct ListMenuTemplate gUnknown_08613F9C = { - NULL, - bag_menu_change_item_callback, - sub_81AB520, + .items = NULL, + .moveCursorFunc = bag_menu_change_item_callback, + .itemPrintFunc = sub_81AB520, .totalItems = 0, .maxShowed = 0, .windowId = 0, |