diff options
author | YamaArashi <shadow962@live.com> | 2015-10-08 00:21:20 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-08 00:21:20 -0700 |
commit | f7aa4ad14414fa3dba41ff95fc6dc9397beb6a97 (patch) | |
tree | c50ddf8b9a0f35f7b125d51e7c4799762e1aaa22 /asm/macros.s | |
parent | 3d692070f797b740e4c9ff3229f3f94020d2ca9c (diff) |
add font labels
Diffstat (limited to 'asm/macros.s')
-rw-r--r-- | asm/macros.s | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/asm/macros.s b/asm/macros.s index f9729f3f7..0a8999cc0 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -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
\ No newline at end of file |