diff options
Diffstat (limited to 'asm/macros.s')
-rw-r--r-- | asm/macros.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros.s b/asm/macros.s index 0a8999cc0..9ea9009f5 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -62,4 +62,4 @@ .byte \text_color << 4 @ low nybble seems unused .byte (\shadow_color << 4) | \bg_color .2byte 0 @ padding - .endm
\ No newline at end of file + .endm |