diff options
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 |