add font labels

This commit is contained in:
YamaArashi
2015-10-08 00:21:20 -07:00
parent 3d692070f7
commit f7aa4ad144
4 changed files with 197 additions and 110 deletions

View File

@@ -1,3 +1,7 @@
.macro include_range start, end
.incbin "base_emerald.gba", \start, \end - \start
.endm
.macro arm_func_start name
.align 2, 0
.global \name
@@ -58,4 +62,4 @@
.byte \text_color << 4 @ low nybble seems unused
.byte (\shadow_color << 4) | \bg_color
.2byte 0 @ padding
.endm
.endm