diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-10-27 22:04:25 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-10-27 22:04:25 -0400 |
commit | 9d7e6565e521cfe7214185046d88306a409e2c85 (patch) | |
tree | c4c74789da700bcef502c91b7ebd3de68a9669ca /Tutorials.md | |
parent | 079110b5308858715a322920a02537def90fdeb5 (diff) |
Improve the outdoor sprite system (TODO)
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 dfb4d32..465b44b 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -44,6 +44,7 @@ Tutorials may use diff syntax to show edits: - [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\)) - [Allow more than 15 `object_event`s per map](Allow-more-than-15-object_events-per-map) +- [Improve the outdoor sprite system](Improve-the-outdoor-sprite-system) - [Increase Pokémon sprite animation size](Increase-Pokémon-sprite-animation-size) - [Allow more trainer parties, with individual DVs, stat experience, and nicknames](Allow-more-trainer-parties,-with-individual-DVs,-stat-experience,-and-nicknames) - [Colored trainer card badges](Colored-trainer-card-badges) |