diff options
Diffstat (limited to 'asm/macros/window.s')
-rw-r--r-- | asm/macros/window.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/macros/window.s b/asm/macros/window.s index a52a236c0..04c148114 100644 --- a/asm/macros/window.s +++ b/asm/macros/window.s @@ -25,7 +25,7 @@ .byte \glyph_height .byte \glyph_spacing .byte \line_spacing - .byte \text_color << 4 ; low nybble seems unused + .byte \text_color << 4 @ low nybble seems unused .byte (\shadow_color << 4) | \bg_color - .2byte 0 ; padding + .2byte 0 @ padding .endm |