diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-12-28 02:09:11 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-12-28 02:09:11 -0600 |
commit | 2d04eb22abd3f60902ee1f9bc87bd510518709e3 (patch) | |
tree | 75c96f862678c22596f9b9e607b91805332c1ba8 /asm/macros.inc | |
parent | ca49f8438d1d31c9b95e508224f7ce3cb29112f6 (diff) |
Split rom_81370FC and port function names
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 |