diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-02 17:53:52 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-02 17:53:52 +0100 |
commit | f74adc80c126bd451767c917d53e7240ebcc7950 (patch) | |
tree | ca7b255c93c4b0921a870f323596e6b13e271b23 /src/option_menu.c | |
parent | 61061548016a66bc1d981e7c5c77f6a849f1486c (diff) |
Format more templates
Diffstat (limited to 'src/option_menu.c')
-rw-r--r-- | src/option_menu.c | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/src/option_menu.c b/src/option_menu.c index fc0c0c24e..d48a1e448 100644 --- a/src/option_menu.c +++ b/src/option_menu.c @@ -91,8 +91,24 @@ static const u8 *const sOptionMenuItemsNames[MENUITEM_COUNT] = static const struct WindowTemplate sOptionMenuWinTemplates[] = { - {1, 2, 1, 0x1A, 2, 1, 2}, - {0, 2, 5, 0x1A, 0xE, 1, 0x36}, + { + .priority = 1, + .tilemapLeft = 2, + .tilemapTop = 1, + .width = 26, + .height = 2, + .paletteNum = 1, + .baseBlock = 2 + }, + { + .priority = 0, + .tilemapLeft = 2, + .tilemapTop = 5, + .width = 26, + .height = 14, + .paletteNum = 1, + .baseBlock = 0x36 + }, DUMMY_WIN_TEMPLATE }; |