add font labels
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user