diff options
author | YamaArashi <shadow962@live.com> | 2016-07-11 12:28:23 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-11 12:28:23 -0700 |
commit | e9d3c315e22807e4dd58d38025f1c89aacaa5789 (patch) | |
tree | dfcc3da45ef9fc3832695a3bb1067ca95cbac576 /asm/macros.s | |
parent | c4e48949f161a4b3d267cb7364217c4d2e59ad4d (diff) |
roulette graphics
Diffstat (limited to 'asm/macros.s')
-rw-r--r-- | asm/macros.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/macros.s b/asm/macros.s index 83a9aa44c..fbead93b9 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -20,6 +20,10 @@ .2byte \tag .endm + .macro null_obj_tiles + obj_tiles 0, 0, 0 + .endm + .macro obj_pal address, tag .4byte \address .2byte \tag |