diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-02 16:10:06 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-02 16:10:06 +0100 |
commit | c1b3dfa15a353ec52d8c37c25b6a9c9be9f05b0f (patch) | |
tree | 9cfaaebc4cf168371d4427f63524922a75e2cc31 /src/berry_blender.c | |
parent | c9db9b7a59cd2e4821eae59bf208807e9f70951d (diff) |
Format templates in wallclock.c
Diffstat (limited to 'src/berry_blender.c')
-rw-r--r-- | src/berry_blender.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/berry_blender.c b/src/berry_blender.c index c905a2422..96c3a933d 100644 --- a/src/berry_blender.c +++ b/src/berry_blender.c @@ -844,7 +844,16 @@ static const u8 sUnknown_08339CD2[] = 0x05, 0x03, 0x03, 0x03, 0x02, 0x02, 0x03, 0x03, 0x03, 0x03, 0x02 }; -static const struct WindowTemplate sBlenderRecordWindowTemplate = {0, 6, 4, 0x12, 0xB, 0xF, 8}; +static const struct WindowTemplate sBlenderRecordWindowTemplate = +{ + .priority = 0, + .tilemapLeft = 6, + .tilemapTop = 4, + .width = 18, + .height = 11, + .paletteNum = 15, + .baseBlock = 8 +}; // code |