diff options
author | YamaArashi <shadow962@live.com> | 2015-11-19 08:38:21 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-19 08:38:21 -0800 |
commit | f978097c696d6bb08a47db00db3a1d696d157425 (patch) | |
tree | 3c414ef83788df2b5da78123be10418ed01b9259 /asm | |
parent | 1537ae67af7dbbae189c44082b6d8fb6395ef171 (diff) |
field object PNGs and palettes (without .s files yet)
Diffstat (limited to 'asm')
-rw-r--r-- | asm/macros.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros.s b/asm/macros.s index 4a33fd82b..127296ffc 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -13,7 +13,7 @@ .4byte gMapName_\name .endm - .macro obj_tiles address, uncompressed_size, tag + .macro obj_tiles address, uncompressed_size, tag = 0 .4byte \address .2byte \uncompressed_size .2byte \tag |