diff options
author | YamaArashi <shadow962@live.com> | 2015-10-07 18:24:21 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-07 18:24:21 -0700 |
commit | dc8e2ebc1306b2bf268cd4a259005e1c9ec5d25c (patch) | |
tree | dbb0be970b5711406c7bf05e96a4d0270e6f7b1f /asm/macros.s | |
parent | 0f1e6fbfa4300c3f8ecf4258e118a6d5f5fb82d0 (diff) |
change name of glyph width functions
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 |