summaryrefslogtreecommitdiff
path: root/Tutorials.md
blob: b6efcd1126b67e408b82e3ea2ed44ff5f2a9e19e (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
This is how tutorials show changes made to files:

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

There's not too much stuff here right now, but more may be added soon.

Here's all we have so far:
## 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)
- [Fixing bugs](#fixing-bugs)
- [Assembly programming](#assembly-programming)
- [To do](#to-do)
- [Restoring features](#restoring-features)

## Miscellaneous
- [Build pokered with BLUEMONS.gbc's debugging features](Add-debug-mode-to-red)
- [Adding an NPC that will trade your own pokemon back for evolution](https://github.com/pret/pokered/wiki/Adding-an-NPC-that-will-trade-your-own-pokemon-back-for-evolution-purposes)


## How to add a new...
- [Pokemon](Adding-a-New-Pokemon)
- [Type (Dark)](Add-a-new-Type)
- [Move (Heart Stamp)](Add-a-new-move)
- [Wild encounter slots](Wild-encounter-slots)
- [Add a New Map to the Game](Add-a-New-Map-to-the-Game)
- [Attack animation tiles](Attack-animation-tiles)
- [Map Sprite](Add-a-new-map-sprite)

## How to edit the...
- [Town Map](Edit-the-Town-Map)
- [Wild encounters](Edit-the-wild-encounters)
- [Maps that require FLASH](https://github.com/pret/pokered/wiki/Maps-that-require-Flash)

## Upgrades to existing features
- [Improve the Pokemon picture system](Improve-the-Pokemon-picture-system)

## Removing features
- [Remove Artificial Save Delay](Remove-Artificial-Save-Delay)

## Features from different generations
- [Running Shoes](Running-Shoes)
- [Turn to face enemy trainers when "Seen" by them](Turn-to-face-enemy-trainers-when-seen-by-them)
- [Adding Gender Selection](https://github.com/pret/pokered/wiki/Adding-Gender-Selection-(original-tutorial-done-by-Mateo))

## Fixing bugs
- [Fix the 1/255 miss bug](Fix-the-1-in-255-miss-bug)

## Assembly programming

## Restoring features
- [Restore the `PRESENTS` text under the Game Freak logo in the title animation](https://github.com/pret/pokered/wiki/Restore-the-PRESENTS-subtitle-under-the-Game-Freak-logo-in-the-intro-animation.)

## To do
Feel free to contribute one of these!
- Effectively everything. We need to add tutorials.