summaryrefslogtreecommitdiff
path: root/src/mail.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-08 02:27:20 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-08 02:27:20 -0500
commitb93d9238261edc6250f5f7bebe8b54643359729a (patch)
tree7f7a15f04f40a5c811dac3546a98d3ecd7858c81 /src/mail.c
parenteac70acab65dea005da2299e4bb209aff1ded60f (diff)
parentbd157b301dea3526a4c373737dc8167d9a02b168 (diff)
Merge branch 'master' into move-tutor
Diffstat (limited to 'src/mail.c')
-rw-r--r--src/mail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mail.c b/src/mail.c
index aa4ba571f..9cca4492e 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -477,8 +477,8 @@ static void sub_8121B1C(void)
y = 0;
PutWindowTilemap(0);
PutWindowTilemap(1);
- FillWindowPixelBuffer(0, 0);
- FillWindowPixelBuffer(1, 0);
+ FillWindowPixelBuffer(0, PIXEL_FILL(0));
+ FillWindowPixelBuffer(1, PIXEL_FILL(0));
for (i = 0; i < sMailRead->layout->numSubStructs; i ++)
{
if (sMailRead->strbuf[i][0] == EOS || sMailRead->strbuf[i][0] == CHAR_SPACE)