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 7629f747e..f9729f3f7 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -38,7 +38,7 @@ .2byte \vram_tile_offset .endm - .macro font_width_func font_id, func + .macro glyph_width_func font_id, func .4byte \font_id .4byte \func .endm |