summaryrefslogtreecommitdiff
path: root/Tutorials.md
blob: 9e80d66c6343d79d9f1342efc2c75b711f689415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Tutorials may use diff syntax to show edits:

```diff
 this is some code
-delete red - lines
+add green + lines
```


**How to add a new…**

- [Type (Fairy)](Add-a-new-Fairy-type)
- [Item (including a healing item, held item, Poké Ball, evolution stone, Town Map, etc)](Add-different-kinds-of-new-items)
- [TM (up to 120 TMs)](Add-a-new-TM)
- [Music song](Add-a-new-music-song)

**Upgrades to existing features:**

- [Expand tilesets from 192 tiles to 255](Expand-tilesets-from-192-tiles-to-255)
- [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)
- [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)

**Features from later generations:**

- [Automatically reuse Repel](Automatically-reuse-Repel)