diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-04 02:14:11 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-04 02:14:11 -0400 |
commit | b2d3bd54e6acfd4c2154ed741f7fceffd1faef1d (patch) | |
tree | 17b8c90bcac315688443a37b657a4ede1ca68b7a | |
parent | b4ea1b792fa01f2fbee17523e094468ff5db8df1 (diff) |
Clarify automatic procedure
-rw-r--r-- | Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md b/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md index 7300ff2..1a6dd51 100644 --- a/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md +++ b/Allow-tiles-to-have-different-attributes-in-different-blocks-(including-X-and-Y-flip).md @@ -44,7 +44,7 @@ As described in [the `PRIORITY` color tutorial](Allow-map-tiles-to-appear-above- For example, the attribute byte $A9 = $80 + $20 + $08 + $01. It has the priority bit, X flip bit, and tile bank bit set, and its color is 1 (`RED`). -Like the \*_metatiles.bin files, these are going to be binary data, and Polished Map doesn't (yet) support editing them. So we're going to generate them by combining the \*_palette_map.asm and \*_metatiles.bin files. +To start with, we're going to generate the \*_attributes.bin by automatically correlating the \*_palette_map.asm and \*_metatiles.bin files. The end result will *not* take advantage of X/Y flip or eliminate redundant tiles; it will just enable you to do that manually. Save this as **palmap2attr.py** in the same directory as main.asm: |