diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-21 23:27:12 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-21 23:27:12 -0500 |
commit | c96f8751cddf1a203bd5f310683ea35bf9cb8db2 (patch) | |
tree | c0fae4e818129e04176a56876d75149ce4b70a94 /src/contest_link_80F57C4.c | |
parent | 399d646e3fb24c8b4532267a4ab7aee4d2aaee92 (diff) |
Improve window palette macros
Diffstat (limited to 'src/contest_link_80F57C4.c')
-rw-r--r-- | src/contest_link_80F57C4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest_link_80F57C4.c b/src/contest_link_80F57C4.c index 4539d09a6..8e9c42f3d 100644 --- a/src/contest_link_80F57C4.c +++ b/src/contest_link_80F57C4.c @@ -935,7 +935,7 @@ static void sub_80F6AE8(void) // windowTemplate.width = 30; // windowTemplate.height = 2; // windowId = AddWindow(&windowTemplate); -// FillWindowPixelBuffer(windowId, PIXEL_BUFFER_WHITE); +// FillWindowPixelBuffer(windowId, PALETTE_NUM_TO_FILL_VALUE(1)); // origWidth = GetStringWidth(1, text, 0) + 9; // strWidth = origWidth; // if (strWidth < 0) |