diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-03 18:50:50 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-03 18:50:50 -0400 |
commit | dd90e7ca202becd6b0fc31a924dd9382b78ce504 (patch) | |
tree | 61edcc6bfd153dcc6025f13dd3ebe79bdd3f361f /Tutorials.md | |
parent | 2241929313b1f6b85280f940598bb15c5ec90e79 (diff) |
Allow tiles to have different attributes in different blocks (including X and Y flip)
Diffstat (limited to 'Tutorials.md')
-rw-r--r-- | Tutorials.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tutorials.md b/Tutorials.md index 0b9fad9..805e6e9 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -31,6 +31,7 @@ Tutorials may use diff syntax to show edits: - [Expand tilesets from 192 to 255 tiles](Expand-tilesets-from-192-to-255-tiles) - [Allow map tiles to appear above sprites (so NPCs can walk behind tiles) with `PRIORITY` colors](Allow-map-tiles-to-appear-above-sprites-\(so-NPCs-can-walk-behind-tiles\)-with-PRIORITY-colors) +- [Allow tiles to have different attributes in different blocks (including X and Y flip)](Allow-tiles-to-have-different-attributes-in-different-blocks-\(including-X-and-Y-flip\)) - [Increase Pokémon sprite animation size](Increase-Pokémon-sprite-animation-size) - [Remove the 25% failure chance for AI status moves](Remove-the-25%25-failure-chance-for-AI-status-moves) - [Colored trainer card badges](Colored-trainer-card-badges) |