Improve window palette macros

This commit is contained in:
Phlosioneer
2019-02-21 23:27:12 -05:00
parent 399d646e3f
commit c96f8751cd
60 changed files with 301 additions and 306 deletions

View File

@@ -1158,7 +1158,7 @@ bool8 sub_81C7BE8(void)
void sub_81C7BF8(u32 a0)
{
FillWindowPixelBuffer(a0, 0x44);
FillWindowPixelBuffer(a0, PALETTE_NUM_TO_FILL_VALUE(4));
FillWindowPixelRect(a0, 0x55, 0, 0, 0x80, 1);
}