summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Allow-more-trainer-parties,-with-individual-DVs,-stat-experience,-and-nicknames.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/Allow-more-trainer-parties,-with-individual-DVs,-stat-experience,-and-nicknames.md b/Allow-more-trainer-parties,-with-individual-DVs,-stat-experience,-and-nicknames.md
index 70b2edf..c110b1e 100644
--- a/Allow-more-trainer-parties,-with-individual-DVs,-stat-experience,-and-nicknames.md
+++ b/Allow-more-trainer-parties,-with-individual-DVs,-stat-experience,-and-nicknames.md
@@ -3,7 +3,14 @@ The NPC trainer teams in pokecrystal are fairly limited: their Pokémon can hold
This tutorial will fix all of those problems.
-## TOC
+## Contents
+
+1. [Refactor trainer types to use bit flags](#1-refactor-trainer-types-to-use-bit-flags)
+2. [Add a trainer type flag for nicknames](#2-add-a-trainer-type-flag-for-nicknames)
+3. [Add a trainer type flag for DVs](#3-add-a-trainer-type-flag-for-dvs)
+4. [Add a trainer type flag for stat experience](#4-add-a-trainer-type-flag-for-stat-experience)
+5. [Allow trainer data to be stored in multiple banks](#5-allow-trainer-data-to-be-stored-in-multiple-banks)
+6. [Add a trainer type flag for variable parties](#6-add-a-trainer-type-flag-for-variable-parties)
## 1. Refactor trainer types to use bit flags