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