diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-08-28 14:41:27 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-08-28 14:41:27 -0400 |
commit | 1e8b809ff231a255837dbf711d976895354062e1 (patch) | |
tree | a8743c0093dee3a30b0f4624bd690183620bc0d8 /src | |
parent | 22d5dceb3c8f1cd613d52c437e9c3889b0f7a01a (diff) |
Minor aesthetic fix in menu.c
Diffstat (limited to 'src')
-rw-r--r-- | src/menu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/menu.c b/src/menu.c index 5ba82448c..b8a68145c 100644 --- a/src/menu.c +++ b/src/menu.c @@ -41,8 +41,7 @@ static void WindowFunc_DrawStdFrameWithCustomTileAndPalette(u8 bg, u8 tilemapLef static void WindowFunc_ClearStdWindowAndFrameToTransparent(u8 bg, u8 tilemapLeft, u8 tilemapTop, u8 width, u8 height, u8 paletteNum); static u8 MultichoiceGrid_MoveCursor(s8 deltaX, s8 deltaY); -static const u8 gUnknown_8456618[3] = -{15, 1, 2}; +static const u8 gUnknown_8456618[3] = {15, 1, 2}; void DrawDialogFrameWithCustomTileAndPalette(u8 windowId, bool8 copyToVram, u16 tileNum, u8 paletteNum) { |