diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-28 13:49:10 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-28 13:49:10 -0400 |
commit | 25103d65e37c07f9e629feaf9c6e9be3bf1f743d (patch) | |
tree | 186623fb0db6e2bf8d9e66cbf868f42fc970a4a6 /Tutorials.md | |
parent | 571f1554dad9482c11c86dfb3dff7e6735dfeabd (diff) |
Allow more than 15 object_events per map
Diffstat (limited to 'Tutorials.md')
-rw-r--r-- | Tutorials.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tutorials.md b/Tutorials.md index 2259341..2265c4d 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -40,6 +40,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\)) +- [Allow more than 15 `object_event`s per map](Allow-more-than-15-object_events-per-map) - [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) @@ -80,7 +81,6 @@ Tutorials may use diff syntax to show edits: - Dive (exists in [Orange](https://github.com/PiaCarrot/pokeorange)) - Evolution methods (location, held item, move, [etc](https://gitgud.io/pfero/axyllagame/commit/81914d43eb89195734caee724c0a40d4686a0bab)) - More daily and weekly events -- More than 15 `object_event`s per map - Third trainer card page for Kanto badges - Fourth stats page for caught data - Colored party menu icons |