diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-26 13:56:40 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-26 13:56:40 -0500 |
commit | e9205ac520c94daa906c87c397ed7c10a15ff062 (patch) | |
tree | 9b90433d0b28e52da6f6b075d8c00531314823c0 /Tutorials.md | |
parent | 3389c5711039a2123f7909159c33fa04e843358b (diff) |
Tips and tricks
Diffstat (limited to 'Tutorials.md')
-rw-r--r-- | Tutorials.md | 35 |
1 files changed, 29 insertions, 6 deletions
diff --git a/Tutorials.md b/Tutorials.md index cd8201d..6e80afe 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -7,7 +7,23 @@ Tutorials may use diff syntax to show edits: ``` -**How to add a new…** +## Contents + +- [Miscellaneous](#miscellaneous) +- [How to add a new…](#how-to-add-a-new) +- [How to edit the…](#how-to-edit-the) +- [Upgrades to existing features](#upgrades-to-existing-features) +- [Removing features](#removing-features) +- [Features from different generations](#features-from-different-generations) +- [To do](#to-do) + + +## Miscellaneous + +- [Tips and tricks](Tips-and-tricks) + + +## How to add a new… - [Map and landmark](Add-a-new-map-and-landmark) - [Tileset (with custom palette)](Add-a-new-tileset) @@ -32,13 +48,15 @@ Tutorials may use diff syntax to show edits: - [Fishing rod](Add-a-new-fishing-rod) - [Battle transition](Add-a-new-battle-transition) -**How to edit the…** + +## How to edit the… - [Town Map](Edit-the-Town-Map) - [Battle HUD](Edit-the-battle-HUD) (*TODO*) - [Male and female player colors](Recolor-the-male-and-female-players) (*TODO*) -**Upgrades to existing features:** + +## Upgrades to existing features - [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) @@ -55,13 +73,15 @@ Tutorials may use diff syntax to show edits: - [Short beeping noise for low HP](Short-beeping-noise-for-low-HP) - [Remove the artificial save delay](Remove-the-artificial-save-delay) -**Removing features:** + +## Removing features - [Remove Pokémon sprite animations](Remove-Pokémon-sprite-animations) - [Remove the 25% failure chance for AI status moves](Remove-the-25%25-failure-chance-for-AI-status-moves) - [Remove the redundant move grammar table](Remove-the-redundant-move-grammar-table) -**Features from different generations:** + +## Features from different generations - [Physical/Special split](Physical-Special-split) - [Replace stat experience with EVs](Replace-stat-experience-with-EVs) @@ -78,7 +98,10 @@ Tutorials may use diff syntax to show edits: - [Puddles that splash when you walk](Puddles-that-splash-when-you-walk) - [Use G/S SGB palettes for maps](Use-GS-SGB-palettes-for-maps) -**To do:** *(feel free to contribute one of these!)* + +## To do + +Feel free to contribute one of these! - Decoration for your room - Spawn point (for Fly or Teleport) |