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/credits.c | |
parent | 61061548016a66bc1d981e7c5c77f6a849f1486c (diff) |
Format more templates
Diffstat (limited to 'src/credits.c')
-rw-r--r-- | src/credits.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/credits.c b/src/credits.c index c054958ce..cbf77f1b3 100644 --- a/src/credits.c +++ b/src/credits.c @@ -948,7 +948,15 @@ static const struct BgTemplate gUnknown_085E6F68[] = }; static const struct WindowTemplate gUnknown_085E6F6C[] = { - { 0x00, 0x00, 0x09, 0x1E, 0x0C, 0x08, 0x0001 }, + { + .priority = 0, + .tilemapLeft = 0, + .tilemapTop = 9, + .width = 30, + .height = 12, + .paletteNum = 8, + .baseBlock = 1 + }, DUMMY_WIN_TEMPLATE, }; static const u8 gUnknown_085E6F7C[][2] = |