From 515615d8abf4394f9774085d43a0fe7cb30b15e2 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 10 Jul 2016 12:00:33 -0700 Subject: misc map-related incbins --- asm/macros.s | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'asm/macros.s') diff --git a/asm/macros.s b/asm/macros.s index 698a639e5..301053010 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -30,6 +30,12 @@ obj_pal 0, 0 .endm + .macro paired_pals tag, address + .2byte \tag + .2byte 0 @ padding + .4byte \address + .endm + @ For object animation frames. .macro obj_frame_tiles address, uncompressed_size .4byte \address -- cgit v1.2.3