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 65b795722..698a639e5 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -23,7 +23,11 @@ .macro obj_pal address, tag .4byte \address .2byte \tag - .2byte 0@ padding + .2byte 0 @ padding + .endm + + .macro null_obj_pal + obj_pal 0, 0 .endm @ For object animation frames. |