diff options
author | YamaArashi <shadow962@live.com> | 2016-07-06 00:27:14 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-06 00:27:14 -0700 |
commit | 730d65166d177c8f1265c71ac5cb675ae8ad9230 (patch) | |
tree | 059fa6a8bc4b610775387690b6bb91167eec5d31 /asm/macros.s | |
parent | 20f7c470e16477e389c7c0ba0c796001d9268ec9 (diff) |
sprite template macro
Diffstat (limited to 'asm/macros.s')
-rw-r--r-- | asm/macros.s | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/asm/macros.s b/asm/macros.s index 15d5270fb..65b795722 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -33,8 +33,14 @@ .2byte 0 @ padding .endm - .macro zero_fill count - .fill \count + .macro spr_template tile_tag, pal_tag, oam, anims, images, affine_anims, callback + .2byte \tile_tag + .2byte \pal_tag + .4byte \oam + .4byte \anims + .4byte \images + .4byte \affine_anims + .4byte \callback .endm @ Berry trees have a table defining the palette slot used for each of their 5 |