diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-28 17:26:58 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-28 17:26:58 -0500 |
commit | 77b7462dbb376fd7fa4215ad5cf21244efa52f62 (patch) | |
tree | 3498fc738b339cfb0ce5423675c348e9090f94e8 /asm/macros.inc | |
parent | 03a2a3b81bba374bdf3a74a37a4dc3e2d17a196f (diff) | |
parent | 1496ea3a24f188cad26ac40f5bfcc3e571f3311a (diff) |
merge
Diffstat (limited to 'asm/macros.inc')
-rw-r--r-- | asm/macros.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/asm/macros.inc b/asm/macros.inc index 0c6644002..ee58cc14e 100644 --- a/asm/macros.inc +++ b/asm/macros.inc @@ -65,7 +65,7 @@ .byte 3, 4, \slot, \slot, \slot .endm - .macro sprite_oam x, y, priority, tile_num_offset, size + .macro subsprite x, y, priority, tile_num_offset, size .byte \x .byte \y .2byte ((\priority) << 14) | ((\tile_num_offset) << 4) | SPRITE_SIZE_\size @@ -114,7 +114,8 @@ .4byte 0 @ padding .endm - .macro obj_rot_scal_anim_end + .macro obj_rot_scal_anim_end unknown=0 .2byte 0x7fff - .fill 6 @ padding + .2byte \unknown + .fill 4 @ padding .endm |