change name of glyph width functions

This commit is contained in:
YamaArashi
2015-10-07 18:24:21 -07:00
parent 0f1e6fbfa4
commit dc8e2ebc13
4 changed files with 49 additions and 48 deletions

View File

@@ -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